Skip to content

Commit

Permalink
Updated globals
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx authored May 16, 2019
1 parent 09bbc63 commit a85947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sonic '06 Toolkit/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Sonic_06_Toolkit
public class Global
{
#region Strings
public static string versionNumber = "1.84";
public static string versionNumber = "1.85";
public static string latestVersion = "Version " + versionNumber;
public static string serverStatus;
public static string currentPath;
Expand Down

0 comments on commit a85947b

Please sign in to comment.