From 6437e158a640a9ce015253fa488e7ee5e95c968c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 17 Aug 2018 22:50:05 +0900 Subject: [PATCH] Incremented version --- 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 dea8ea797..14c156c11 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 = 41; + public const int MINOR = 42; - public const string VERSION = "0.41"; + public const string VERSION = "0.42"; } }