Skip to content

Commit 3628808

Browse files
committed
Bump the version number
1 parent f2f8e29 commit 3628808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JL.Core/Utilities/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace JL.Core.Utilities;
1212

1313
public static class Utils
1414
{
15-
public static readonly Version JLVersion = new(1, 18, 0);
15+
public static readonly Version JLVersion = new(1, 18, 1);
1616
public static readonly string ApplicationPath = AppContext.BaseDirectory;
1717
public static readonly string ResourcesPath = Path.Join(AppContext.BaseDirectory, "Resources");
1818
public static readonly string ConfigPath = Path.Join(AppContext.BaseDirectory, "Config");

0 commit comments

Comments
 (0)