bump version to 1.6.6

This commit is contained in:
ChsBuffer
2020-10-31 22:18:40 +08:00
parent 902f78b563
commit d805a4fccd

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