Incremented version to 0.44

This commit is contained in:
ousttrue
2018-09-14 14:29:53 +09:00
parent 472547f265
commit 5341d26daf

View File

@@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 43;
public const int MINOR = 44;
public const string VERSION = "0.43";
public const string VERSION = "0.44";
}
}