From f4e6b17779a5bfc6cbab6d9572b159c43e6b1499 Mon Sep 17 00:00:00 2001 From: Cory Volk Date: Wed, 4 Nov 2020 14:38:42 -0800 Subject: [PATCH] Now that the release/2010 branch has been created, it's time to bump the master branch version to 2011 --- 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 2b0fa8d1..f566db2e 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)'