Update UpdateChecker.cs

This commit is contained in:
AmazingDM
2021-03-22 21:40:26 +08:00
committed by GitHub
parent 7c0088cc7f
commit 3f4a31dac8

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 = @"Beta1";
private const string Suffix = @"Beta2";
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
@@ -105,4 +105,4 @@ namespace Netch.Controllers
return sb.ToString();
}
}
}
}