We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db1fed commit 7c62d13Copy full SHA for 7c62d13
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, 0);
+ public static readonly Version JLVersion = new(3, 2, 1);
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