Skip to content

Commit 174c73c

Browse files
committed
Bump the version number
1 parent 7f12f4f commit 174c73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JL.Core/Utilities/Utils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace JL.Core.Utilities;
2222

2323
public static partial class Utils
2424
{
25-
public static readonly Version JLVersion = new(3, 2, 1);
25+
public static readonly Version JLVersion = new(3, 3, 0);
2626
public static readonly string ApplicationPath = AppContext.BaseDirectory;
2727
public static readonly string ResourcesPath = Path.Join(ApplicationPath, "Resources");
2828
public static readonly string ConfigPath = Path.Join(ApplicationPath, "Config");

0 commit comments

Comments
 (0)