Bump version to 1.8.3-Beta114514

This commit is contained in:
Connection Refused
2021-04-02 02:20:36 +08:00
parent 295c5958fd
commit 1099b2c6e6

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