UniVRM/Assets/VRM/Runtime/Format/VRMVersion.cs
ousttrue 32bc5d6d86 UniVRM-0.111.0
バージョン番号の更新。サンプルの更新による差分あり。
2023-06-05 17:07:50 +09:00

12 lines
233 B
C#

namespace VRM
{
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 111;
public const int PATCH = 0;
public const string VERSION = "0.111.0";
}
}