Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
barncastle committed Mar 18, 2018
1 parent b46f08a commit 72f75ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDBXEditor/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace WDBXEditor.Common
{
public static class Constants
{
public const string VERSION = "1.1.7";
public const string VERSION = "1.1.7.a";
public const string AUTO_GENERATED = "AutoGenerated";
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");
Expand Down

0 comments on commit 72f75ae

Please sign in to comment.