Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Jun 8, 2024
1 parent 2032a08 commit 1e543b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Utilities/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace JL.Core.Utilities;

public static partial class Utils
{
public static readonly Version JLVersion = new(2, 0, 1);
public static readonly Version JLVersion = new(2, 1, 0);
public static readonly string ApplicationPath = AppContext.BaseDirectory;
public static readonly string ResourcesPath = Path.Join(AppContext.BaseDirectory, "Resources");
public static readonly string ConfigPath = Path.Join(AppContext.BaseDirectory, "Config");
Expand Down

0 comments on commit 1e543b2

Please sign in to comment.