From 939598dd8c82e375cc75724eb629556a9270a838 Mon Sep 17 00:00:00 2001 From: Barncastle Date: Thu, 19 Jul 2018 19:02:53 +0100 Subject: [PATCH] pre-release --- WDBXEditor/Common/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WDBXEditor/Common/Constants.cs b/WDBXEditor/Common/Constants.cs index 4c2b9b3..af9e5be 100644 --- a/WDBXEditor/Common/Constants.cs +++ b/WDBXEditor/Common/Constants.cs @@ -12,7 +12,7 @@ namespace WDBXEditor.Common { public static class Constants { - public const string VERSION = "1.1.9"; + public const string VERSION = "1.1.9.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/");