We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fc9ad commit 939598dCopy full SHA for 939598d
1 file changed
WDBXEditor/Common/Constants.cs
@@ -12,7 +12,7 @@ namespace WDBXEditor.Common
12
{
13
public static class Constants
14
15
- public const string VERSION = "1.1.9";
+ public const string VERSION = "1.1.9.a";
16
public const string AUTO_GENERATED = "AutoGenerated";
17
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
18
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");
0 commit comments