From 225f55f0bb5e3a2f473fbe881b97be0d767ed425 Mon Sep 17 00:00:00 2001 From: hirose Date: Thu, 26 Dec 2019 20:03:18 +0900 Subject: [PATCH] update VERSION --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 79edf8a72..2227f19a9 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -4,10 +4,10 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 54; + public const int MINOR = 55; public const int PATCH = 0; public const string PRE_ID = ""; - public const string VERSION = "0.54.0"; + public const string VERSION = "0.55.0"; } }