bump version to 1.6.2

This commit is contained in:
ChsBuffer
2020-10-11 19:57:54 +08:00
parent 12b2989755
commit c3eb07005e
2 changed files with 2 additions and 2 deletions

View File

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