Bump version to 1.8.3

This commit is contained in:
Connection Refused
2021-04-09 09:22:27 +08:00
parent 54daff70b3
commit 44da2e8011

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