From 9d2fd2cce3720e38f4ec2cecb6c24b60a4506f09 Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Wed, 24 Mar 2021 10:30:10 +0800 Subject: [PATCH] Update UpdateChecker.cs --- 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 2f54fafa6e..74c1dfd6f3 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 = @"Beta2"; + private const string Suffix = @"Beta3"; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";