Now that the release/2010 branch has been created, it's time to bump the master branch version to 2011

This commit is contained in:
Cory Volk 2020-11-04 14:38:42 -08:00
commit f4e6b17779

View file

@ -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)'