diff --git a/Scripts/Format/VRMVersion.cs b/Scripts/Format/VRMVersion.cs index 41e164ebe..e8591e6af 100644 --- a/Scripts/Format/VRMVersion.cs +++ b/Scripts/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 45; + public const int MINOR = 46; - public const string VERSION = "0.45"; + public const string VERSION = "0.46"; } }