From e6b30fa295d33088941011a64e5eae05cafca1cc Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Thu, 5 Nov 2020 08:44:25 -0800 Subject: [PATCH] Now that the release/2010 branch has been created, it's time to bump the master branch version to 2011 (#1424) --- build/pipelines/azure-pipelines.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 2b0fa8d..f566db2 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -16,8 +16,8 @@ pr: none variables: versionMajor: 10 - versionMinor: 2010 - versionBuild: $[counter('10.2010.*', 0)] + versionMinor: 2011 + versionBuild: $[counter('10.2011.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'