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 5312717 commit 82e205bCopy full SHA for 82e205b
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 = "5.56.0.1";
+ internal const string VERSION_STRING = "5.57.0.1";
29
30
/// <summary>Shorthand for AssemblyVersion.Major</summary>
31
public static int Major => AssemblyVersion.Major;
0 commit comments