Prepare a version for next release v0.50

This commit is contained in:
yutopp 2019-01-29 19:49:27 +09:00 committed by GitHub
parent 9f71ebc115
commit aa206d4cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 49;
public const int MINOR = 50;
public const string VERSION = "0.49";
public const string VERSION = "0.50";
}
}