diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 3672f9a..3347b4a 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,8 +1,9 @@
[bumpversion]
-current_version = v0.1.0
+current_version = 0.1.1
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..0e2d406 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.1.1";
}
///