update VERSION

This commit is contained in:
hirose
2019-12-16 21:19:33 +09:00
parent c842e577c4
commit 18fa7ba87a

View File

@@ -4,10 +4,10 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 53;
public const int MINOR = 54;
public const int PATCH = 0;
public const string PRE_ID = "";
public const string VERSION = "0.53.0";
public const string VERSION = "0.54.0";
}
}