update VERSION

This commit is contained in:
hiroj
2021-03-09 19:49:04 +09:00
parent d69e89213c
commit a7743a8fa3

View File

@@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 67;
public const int PATCH = 0;
public const string VERSION = "0.67.0";
public const int PATCH = 1;
public const string VERSION = "0.67.1";
}
}