Skip to content

Commit 532ee7b

Browse files
committed
chore: Cleaned up version
1 parent 27cf878 commit 532ee7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = 0.0.1
2+
current_version = v0.1.0
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

Utilities/Constants.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public static class String
5252
/// URL for IBM Cloud onboarding
5353
/// </summary>
5454
public const string IBM_CLOUD_URL = "http://console.bluemix.net/registration";
55-
/// <summary>
56-
/// The version of the Unity SDK Core
55+
/// <summary>
56+
/// The version of the Unity SDK Core
5757
/// </summary>
58-
public const string CORE_VERSION = "0.0.1";
58+
public const string CORE_VERSION = "v0.1.0";
5959
}
6060

6161
/// <summary>

0 commit comments

Comments
 (0)