diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3672f9a..fa57cad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,9 @@ [bumpversion] -current_version = v0.1.0 +current_version = 0.2.0 commit = True message = [skip ci] docs: Update version numbers from {current_version} -> {new_version} [bumpversion:file:Utilities/Constants.cs] search = {current_version} replace = {new_version} + diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs index 8601a3a..5fbe0c6 100644 --- a/Utilities/Constants.cs +++ b/Utilities/Constants.cs @@ -55,7 +55,7 @@ public static class String /// /// The version of the Unity SDK Core /// - public const string CORE_VERSION = "v0.1.0"; + public const string CORE_VERSION = "v0.2.0"; } ///