From 73b7b4ec18737bf2aff23d361d71ef4eff8425be Mon Sep 17 00:00:00 2001 From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:54:37 -0300 Subject: [PATCH] User Story 37885: Publish MDS 6.1.0 package - Preparing 6.1 branch with appropriate version numbers. --- eng/pipelines/variables/akv-official-variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/variables/akv-official-variables.yml b/eng/pipelines/variables/akv-official-variables.yml index 4fa517341d..2ef20350f9 100644 --- a/eng/pipelines/variables/akv-official-variables.yml +++ b/eng/pipelines/variables/akv-official-variables.yml @@ -22,13 +22,13 @@ variables: # Base Variables ------------------------------------------------------- - name: mdsPackageVersion - value: '6.0.1' + value: '6.1.0' # @TODO: Version should ideally be pulled from one location (versions.props?) - name: versionMajor value: '6' - name: versionMinor - value: '0' + value: '1' - name: versionPatch value: '0' - name: versionPreview