diff --git a/Netch/Controllers/UpdateChecker.cs b/Netch/Controllers/UpdateChecker.cs index 3f7ee63a8c..54c99fccd1 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -15,7 +15,7 @@ public class UpdateChecker public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2020"; - public const string Version = @"1.4.12"; + public const string Version = @"1.5.0"; public string LatestVersionNumber; public string LatestVersionUrl; @@ -64,4 +64,4 @@ public async void Check(bool isPreRelease) } } } -} \ No newline at end of file +}