From 7f82cac1d64a5de5e6b1fedf07bf93273305e3fc Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 5 Nov 2021 00:14:01 +0800 Subject: [PATCH] Bump version to 1.9.3 --- 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 1b0a6f20..1a01727a 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -20,7 +20,7 @@ namespace Netch.Controllers public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2021"; - public const string AssemblyVersion = @"1.9.2"; + public const string AssemblyVersion = @"1.9.3"; private const string Suffix = @""; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";