From 44da2e8011241a1d6f62dabb2425081066f24538 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Fri, 9 Apr 2021 09:22:27 +0800 Subject: [PATCH] Bump version to 1.8.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 ea0c661b26..17a32cd805 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -20,7 +20,7 @@ public static class UpdateChecker public const string Copyright = @"Copyright © 2019 - 2021"; public const string AssemblyVersion = @"1.8.3"; - private const string Suffix = @"Beta1145141919"; + private const string Suffix = @""; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";