From 947bf2b3ca64640463cc16ef2ab75fad8be56360 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 21 Mar 2021 22:53:00 +0800 Subject: [PATCH] Bump version to 1.8.3-Beta1 --- 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 447639c4..871a8208 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -18,8 +18,8 @@ namespace Netch.Controllers public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2021"; - public const string AssemblyVersion = @"1.8.2"; - private const string Suffix = @""; + public const string AssemblyVersion = @"1.8.3"; + private const string Suffix = @"Beta1"; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";