Skip to content

Commit

Permalink
Update version to 1.1 and separate cutting edge builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BunnyTub committed Oct 15, 2024
1 parent a072d4a commit ae6ef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpENDEC/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ public static Thread Watchdog()
internal static class Program
{
public const int ReleaseVersion = 1;
public const int MinorVersion = 0;
public const int MinorVersion = 1;
public const bool IsCuttingEdge = true;
public static string FriendlyVersion = string.Empty;

Expand Down

0 comments on commit ae6ef33

Please sign in to comment.