Merge pull request #344 from hiroj/update_version_0_54

update VERSION
This commit is contained in:
ousttrue 2019-12-16 21:53:12 +09:00 committed by GitHub
commit 689bcee783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
}
}