Skip to content

Commit 5012012

Browse files
committed
Adjust version
1 parent 6ff51cc commit 5012012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libMBIN/Source/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class Version {
2525
// the Prerelease version should be reset to 1
2626
// When the Release version is incremented:
2727
// the Prerelease version should be reset to 0
28-
internal const string VERSION_STRING = "1.57.0.2";
28+
internal const string VERSION_STRING = "1.57.0.0";
2929

3030
/// <summary>Shorthand for AssemblyVersion.Major</summary>
3131
public static int Major => AssemblyVersion.Major;

0 commit comments

Comments
 (0)