Incremented version to 0.46

This commit is contained in:
ousttrue 2018-11-26 18:09:22 +09:00
parent 45f6bd1e81
commit 985802c6ec

View File

@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 45;
public const int MINOR = 46;
public const string VERSION = "0.45";
public const string VERSION = "0.46";
}
}