Updated version to 0.45

This commit is contained in:
ousttrue
2018-10-15 16:00:01 +09:00
parent c3021475a1
commit c3270c4217

View File

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