From aab4e5a46972b0bf5bee778f2305ee4d5f497cdb Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 28 Jul 2020 14:54:58 +0900 Subject: [PATCH] Bump version to 0.57.0 --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 617b280d8..e6e4321a2 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -4,10 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 56; - public const int PATCH = 3; - public const string PRE_ID = ""; - - public const string VERSION = "0.56.3"; + public const int MINOR = 57; + public const int PATCH = 0; + public const string VERSION = "0.57.0"; } }