From 985802c6ec9b34e4080bed7f2c4d388485c5e704 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 26 Nov 2018 18:09:22 +0900 Subject: [PATCH] Incremented version to 0.46 --- 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 41e164ebe..e8591e6af 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 = 45; + public const int MINOR = 46; - public const string VERSION = "0.45"; + public const string VERSION = "0.46"; } }