We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7c63f commit f90e12cCopy full SHA for f90e12c
.bumpversion.cfg
@@ -1,8 +1,9 @@
1
[bumpversion]
2
-current_version = v0.1.0
+current_version = 0.2.0
3
commit = True
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
6
[bumpversion:file:Utilities/Constants.cs]
7
search = {current_version}
8
replace = {new_version}
9
+
Utilities/Constants.cs
@@ -55,7 +55,7 @@ public static class String
55
/// <summary>
56
/// The version of the Unity SDK Core
57
/// </summary>
58
- public const string CORE_VERSION = "v0.1.0";
+ public const string CORE_VERSION = "v0.2.0";
59
}
60
61
0 commit comments