bump version to 1.8.3-Beta5

This commit is contained in:
ChsBuffer
2021-03-28 02:47:19 +08:00
parent f518fd6867
commit 5522245ce0
2 changed files with 2 additions and 2 deletions

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