Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 8e20731

Browse files
authored
Updating major version to 1.0 for release
1 parent ac6e168 commit 8e20731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pipelines/Templates/Variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
ProductMajorMinor: 0.9
2+
ProductMajorMinor: 1.0
33
SigningBranch: master
44
UnityVersion: 'Unity2019.1.10f1'
55
ProductVersion.Patch: $[counter(variables['ProductMajorMinor'], 0)]
6-
ProductVersion: $(ProductMajorMinor).$(ProductVersion.Patch)
6+
ProductVersion: $(ProductMajorMinor).$(ProductVersion.Patch)

0 commit comments

Comments
 (0)