Update UpdateChecker.cs

This commit is contained in:
AmazingDM
2021-03-24 10:30:10 +08:00
committed by GitHub
parent 5a3295d10c
commit 9d2fd2cce3

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