We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afcf96 commit d6e0681Copy full SHA for d6e0681
1 file changed
WDBXEditor/Common/Constants.cs
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
11
{
12
public static class Constants
13
14
- public const string VERSION = "1.1.3";
+ public const string VERSION = "1.1.4";
15
public const string AUTO_GENERATED = "AutoGenerated";
16
public const string PADDING = "Padding";
17
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
0 commit comments