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 27cf878 commit 532ee7bCopy full SHA for 532ee7b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = v0.1.0
3
commit = True
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
Utilities/Constants.cs
@@ -52,10 +52,10 @@ public static class String
52
/// URL for IBM Cloud onboarding
53
/// </summary>
54
public const string IBM_CLOUD_URL = "http://console.bluemix.net/registration";
55
- /// <summary>
56
- /// The version of the Unity SDK Core
+ /// <summary>
+ /// The version of the Unity SDK Core
57
58
- public const string CORE_VERSION = "0.0.1";
+ public const string CORE_VERSION = "v0.1.0";
59
}
60
61
/// <summary>
0 commit comments