diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2624d0d..a918a5d 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.3
+current_version = 1.2.4
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 f066596..f4d37f9 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.3";
+ public const string CORE_VERSION = "v1.2.4";
}
///