From d09700b54a6e21bcb0d69cea89df7ab3e3e9718b Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Tue, 12 May 2020 23:59:25 +0800 Subject: [PATCH] Version 1.4.7 released --- 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 042ce08b..b7ec5bda 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.6"; + public const string Version = @"1.4.7"; public async void Check(bool notifyNoFound, bool isPreRelease) {