Set version to 0.48

This commit is contained in:
yutopp
2019-01-11 17:53:01 +09:00
parent e6829b268f
commit 4840545b22

View File

@@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 47;
public const int MINOR = 48;
public const string VERSION = "0.47";
public const string VERSION = "0.48";
}
}