Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Oct 6, 2020
1 parent e1d6697 commit 5490364
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Netch/Controllers/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class UpdateChecker
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}")}";

Expand Down
1 change: 1 addition & 0 deletions Netch/Resources/zh-CN
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"STUN Server Port": "STUN 服务器端口",
"Custom ACL": "自定义 ACL 规则",
"Language": "语言",
"Tap Network Sharing": "Tap 网络共享",

"Profile": "配置名",
"Profiles": "配置",
Expand Down
2 changes: 1 addition & 1 deletion modes
Submodule modes updated from 476771 to 034c85
2 changes: 1 addition & 1 deletion translations

0 comments on commit 5490364

Please sign in to comment.