Skip to content

Commit

Permalink
Change version code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provissy committed Mar 7, 2015
1 parent 249a2c0 commit 03f7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniversalConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
static class UniversalConstants
{
public static string CurrentDirectory = System.AppDomain.CurrentDomain.BaseDirectory;
public const string CurrentVersion = "5.0";
public const string CurrentVersion = "6.0";
public static bool Initialized = false;
public static bool WarningMode = false;
}
Expand Down

0 comments on commit 03f7b95

Please sign in to comment.