build: version.properties: bump version

This commit is contained in:
Bill Zissimopoulos 2021-04-06 12:53:33 -07:00
parent b87c907af8
commit 28a9534a65
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -18,8 +18,8 @@
<MyCanonicalVersion>1.9</MyCanonicalVersion>
<MyProductVersion>2021 Beta2</MyProductVersion>
<MyProductStage>Beta</MyProductStage>
<MyProductVersion>2021</MyProductVersion>
<MyProductStage>Gold</MyProductStage>
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
<MyVersionWithCommas>$(MyVersion.Replace('.',',')),0</MyVersionWithCommas>