From a99f11a27d42c5882cd653250c129eea8a2c1ee4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 May 2021 17:19:57 +0000 Subject: [PATCH] [skip ci] docs: Update version numbers from 1.2.2 -> 1.2.3 --- .bumpversion.cfg | 2 +- Utilities/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d3da9c..2624d0d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 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 db25c07..f066596 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.2"; + public const string CORE_VERSION = "v1.2.3"; } ///