Skip to content

Commit 72f75ae

Browse files
committed
pre-release
1 parent b46f08a commit 72f75ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WDBXEditor/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
1111
{
1212
public static class Constants
1313
{
14-
public const string VERSION = "1.1.7";
14+
public const string VERSION = "1.1.7.a";
1515
public const string AUTO_GENERATED = "AutoGenerated";
1616
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
1717
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");

0 commit comments

Comments
 (0)