diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index ab2bdfc45..bbc956cd4 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 = "1.70.0.0"; + internal const string VERSION_STRING = "1.70.0.1"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;