VRMVersion.cs 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 namespace VRM { public static partial class VRMVersion { public const int MAJOR = 0; public const int MINOR = 53; public const int PATCH = 0; public const string PRE_ID = ""; public const string VERSION = "0.53.0"; } }