diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 48dc5d3ee..47a5be5ef 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "4.45.0.1"; + internal const string VERSION_STRING = "4.46.0.1"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;