From d34a43a7909b7170288b8343ee7fe989a9833833 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Fri, 8 May 2020 18:10:06 +0800 Subject: [PATCH] Bump version to 1.4.6 --- Netch/Controllers/UpdateChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/UpdateChecker.cs b/Netch/Controllers/UpdateChecker.cs index 21094ac7..042ce08b 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -26,7 +26,7 @@ namespace Netch.Controllers public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2020"; - public const string Version = @"1.4.5"; + public const string Version = @"1.4.6"; public async void Check(bool notifyNoFound, bool isPreRelease) {