From ded85c9a473502799f9500f8144e30d9e65a1c25 Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Fri, 10 Nov 2023 07:52:34 +1100 Subject: [PATCH] Bump version --- libMBIN/Source/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;