From 3f4a31dac86435366a757831f9a2e4ef1fc15de3 Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Mon, 22 Mar 2021 21:40:26 +0800 Subject: [PATCH] Update UpdateChecker.cs --- Netch/Controllers/UpdateChecker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Controllers/UpdateChecker.cs b/Netch/Controllers/UpdateChecker.cs index 00998083..2f54fafa 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -20,7 +20,7 @@ namespace Netch.Controllers public const string Copyright = @"Copyright © 2019 - 2021"; public const string AssemblyVersion = @"1.8.3"; - private const string Suffix = @"Beta1"; + private const string Suffix = @"Beta2"; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}"; @@ -105,4 +105,4 @@ namespace Netch.Controllers return sb.ToString(); } } -} \ No newline at end of file +}