bump version to 1.6.0

This commit is contained in:
ChsBuffer
2020-10-06 19:18:19 +08:00
parent e1d66970e2
commit 5490364217
4 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -168,6 +168,7 @@
"STUN Server Port": "STUN 服务器端口",
"Custom ACL": "自定义 ACL 规则",
"Language": "语言",
"Tap Network Sharing": "Tap 网络共享",
"Profile": "配置名",
"Profiles": "配置",

2
modes

Submodule modes updated: 4767717e86...034c8583ad