From 1ad983a65b74cee1b0351f21b77e39344dcf76d9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 10 Oct 2018 13:15:39 +0900 Subject: [PATCH] Incremented version to 1.24 --- Core/Scripts/UniGLTFVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Scripts/UniGLTFVersion.cs b/Core/Scripts/UniGLTFVersion.cs index 1fd2fde..108ae4d 100644 --- a/Core/Scripts/UniGLTFVersion.cs +++ b/Core/Scripts/UniGLTFVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class UniGLTFVersion { public const int MAJOR = 1; - public const int MINOR = 23; + public const int MINOR = 24; - public const string VERSION = "1.23"; + public const string VERSION = "1.24"; } }