bump version to 1.6.1

This commit is contained in:
ChsBuffer
2020-10-07 21:18:37 +08:00
parent 020c2d7e67
commit 3efbad5e5e

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