From 046b8dc110f6eb55d8ef8d4470d1e7de934261c1 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 14 Nov 2018 16:13:19 +0900 Subject: [PATCH] Version incremented to 1.27 --- 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 e6a7393..de3155f 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 = 26; + public const int MINOR = 27; - public const string VERSION = "1.26"; + public const string VERSION = "1.27"; } }