We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12f4f commit 174c73cCopy full SHA for 174c73c
JL.Core/Utilities/Utils.cs
@@ -22,7 +22,7 @@ namespace JL.Core.Utilities;
22
23
public static partial class Utils
24
{
25
- public static readonly Version JLVersion = new(3, 2, 1);
+ public static readonly Version JLVersion = new(3, 3, 0);
26
public static readonly string ApplicationPath = AppContext.BaseDirectory;
27
public static readonly string ResourcesPath = Path.Join(ApplicationPath, "Resources");
28
public static readonly string ConfigPath = Path.Join(ApplicationPath, "Config");
0 commit comments