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 ea1230f commit a99f11aCopy full SHA for a99f11a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.2
+current_version = 1.2.3
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.2";
+ public const string CORE_VERSION = "v1.2.3";
59
}
60
61
0 commit comments