We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f8e29 commit 3628808Copy full SHA for 3628808
JL.Core/Utilities/Utils.cs
@@ -12,7 +12,7 @@ namespace JL.Core.Utilities;
12
13
public static class Utils
14
{
15
- public static readonly Version JLVersion = new(1, 18, 0);
+ public static readonly Version JLVersion = new(1, 18, 1);
16
public static readonly string ApplicationPath = AppContext.BaseDirectory;
17
public static readonly string ResourcesPath = Path.Join(AppContext.BaseDirectory, "Resources");
18
public static readonly string ConfigPath = Path.Join(AppContext.BaseDirectory, "Config");
0 commit comments