Skip to content

Commit

Permalink
v5.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ircluzar committed Oct 23, 2024
1 parent 2dbb4ce commit 6ecaa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Libraries/CorruptCore/CorruptCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public GameClosedEventArgs(bool fullyClosed)
public static class RtcCore
{
//General RTC Values
public const string RtcVersion = "5.1.1-b2";
public const string RtcVersion = "5.1.1";
private static readonly NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();

private static int seed = (int)DateTime.Now.Ticks;
Expand Down

0 comments on commit 6ecaa7d

Please sign in to comment.