Incremented version

This commit is contained in:
ousttrue 2018-08-17 22:50:05 +09:00
parent 9ef5796749
commit 6437e158a6

View File

@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 41;
public const int MINOR = 42;
public const string VERSION = "0.41";
public const string VERSION = "0.42";
}
}