From c3270c42176a8dda224269baed511b2c5ce3265f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 15 Oct 2018 16:00:01 +0900 Subject: [PATCH] Updated version to 0.45 --- Scripts/Format/VRMVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Format/VRMVersion.cs b/Scripts/Format/VRMVersion.cs index 33233fed9..41e164ebe 100644 --- a/Scripts/Format/VRMVersion.cs +++ b/Scripts/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 44; + public const int MINOR = 45; - public const string VERSION = "0.44"; + public const string VERSION = "0.45"; } }