From 5341d26daf33485c3ec5b44c600e35af73388a42 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 14 Sep 2018 14:29:53 +0900 Subject: [PATCH] Incremented version to 0.44 --- 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 276f8a897..33233fed9 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 = 43; + public const int MINOR = 44; - public const string VERSION = "0.43"; + public const string VERSION = "0.44"; } }