From a7743a8fa3657f2f7203ef2f382c06b7fcb07fee Mon Sep 17 00:00:00 2001 From: hiroj Date: Tue, 9 Mar 2021 19:49:04 +0900 Subject: [PATCH] update VERSION --- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 9cbac4d18..02ea65dc6 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -5,7 +5,7 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 67; - public const int PATCH = 0; - public const string VERSION = "0.67.0"; + public const int PATCH = 1; + public const string VERSION = "0.67.1"; } }