Bump version to 1.8.3-Beta1145141919

This commit is contained in:
Connection Refused
2021-04-05 02:11:08 +08:00
parent 642c4d1af8
commit ce6d96a779

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