Skip to content

Commit 877f0e7

Browse files
[skip ci] docs: Update version numbers from 1.2.1 -> 1.2.2
1 parent e2ef3d8 commit 877f0e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static class String
5555
/// <summary>
5656
/// The version of the Unity SDK Core
5757
/// </summary>
58-
public const string CORE_VERSION = "v1.2.1";
58+
public const string CORE_VERSION = "v1.2.2";
5959
}
6060

6161
/// <summary>

0 commit comments

Comments
 (0)