From ce6d96a779da098b3141daad4de12bd10d1ddfa5 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 5 Apr 2021 02:11:08 +0800 Subject: [PATCH] Bump version to 1.8.3-Beta1145141919 --- 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 ca903afa..ea0c661b 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 = @"Beta114514"; + private const string Suffix = @"Beta1145141919"; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";