We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff51cc commit 5012012Copy full SHA for 5012012
libMBIN/Source/Version.cs
@@ -25,7 +25,7 @@ public static class Version {
25
// the Prerelease version should be reset to 1
26
// When the Release version is incremented:
27
// the Prerelease version should be reset to 0
28
- internal const string VERSION_STRING = "1.57.0.2";
+ internal const string VERSION_STRING = "1.57.0.0";
29
30
/// <summary>Shorthand for AssemblyVersion.Major</summary>
31
public static int Major => AssemblyVersion.Major;
0 commit comments