Skip to content

Commit 19f8f65

Browse files
committed
Merge commit 'f90e12c81c63a430f7782d8f79cea8d599813916'
2 parents 082b4ae + f90e12c commit 19f8f65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = v0.1.0
2+
current_version = 0.2.0
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

66
[bumpversion:file:Utilities/Constants.cs]
77
search = {current_version}
88
replace = {new_version}
9+

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 = "v0.1.0";
58+
public const string CORE_VERSION = "v0.2.0";
5959
}
6060

6161
/// <summary>

0 commit comments

Comments
 (0)