This commit is contained in:
ChsBuffer
2021-02-14 22:18:49 +08:00
parent 3771d39fb0
commit 400b69d70b

View File

@@ -19,7 +19,7 @@ namespace Netch.Controllers
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2021";
public const string AssemblyVersion = @"1.7.3";
public const string AssemblyVersion = @"1.7.4";
private const string Suffix = @"";
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";