Skip to content

Commit

Permalink
Updated version to 4.52.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HolterPhylo committed Feb 22, 2024
1 parent a92c9dc commit d2d4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.52.0.1";
internal const string VERSION_STRING = "4.52.0.2";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down

0 comments on commit d2d4afd

Please sign in to comment.