Skip to content

Commit 939598d

Browse files
committed
pre-release
1 parent f5fc9ad commit 939598d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WDBXEditor/Common/Constants.cs

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

0 commit comments

Comments
 (0)