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 e2ef3d8 commit 877f0e7Copy full SHA for 877f0e7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.1
+current_version = 1.2.2
3
commit = True
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
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 = "v1.2.1";
+ public const string CORE_VERSION = "v1.2.2";
59
}
60
61
0 commit comments