From 1eebb61d04e3c8092f53e79c8375c5febd0b5e0b Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Tue, 24 Nov 2020 17:52:48 +0800 Subject: [PATCH] bump version to 1.6.7 --- 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 4546b8b28b..4a026062fa 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 AssemblyVersion = @"1.6.6"; + public const string AssemblyVersion = @"1.6.7"; private const string Suffix = @""; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";