Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Apr 2, 2022
1 parent 2dc68ea commit f89a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Storage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Storage
public static readonly string ResourcesPath = Path.Join(AppContext.BaseDirectory, "Resources");
public static readonly string ConfigPath = Path.Join(AppContext.BaseDirectory, "Config");
public static readonly HttpClient Client = new(new HttpClientHandler { UseProxy = false });
public static readonly Version Version = new(1, 7);
public static readonly Version Version = new(1, 8);
public static readonly string RepoUrl = "https://github.com/rampaa/JL/";
public static bool Ready { get; set; } = false;
public static bool UpdatingJMdict { get; set; } = false;
Expand Down

0 comments on commit f89a1d5

Please sign in to comment.