diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2074afa..8ca7a63 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.0
+current_version = 1.2.1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs
index 2947759..4dc697b 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 = "v1.2.0";
+ public const string CORE_VERSION = "v1.2.1";
}
///