From c3eb07005e4091304e48d7847126af675d0cdc9c Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 11 Oct 2020 19:57:54 +0800 Subject: [PATCH] bump version to 1.6.2 --- Netch/Controllers/UpdateChecker.cs | 2 +- translations | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Controllers/UpdateChecker.cs b/Netch/Controllers/UpdateChecker.cs index 9925560212..dc88016ecc 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -15,7 +15,7 @@ public class UpdateChecker 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}")}"; diff --git a/translations b/translations index 9ee3747784..45e50093e3 160000 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit 9ee374778410f5615eab88da5ff6053d2a05840f +Subproject commit 45e50093e3d554759eaeb8bb184a31e8bd9a9a01