Update UpdateChecker.cs

This commit is contained in:
AmazingDM
2021-03-30 14:14:19 +08:00
committed by GitHub
parent ed459ec8d6
commit 268bdb7730

View File

@@ -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 = @"Beta5";
private const string Suffix = @"Beta6";
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";