diff --git a/JL.Core/Storage.cs b/JL.Core/Storage.cs index cbc02980..15618064 100644 --- a/JL.Core/Storage.cs +++ b/JL.Core/Storage.cs @@ -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;