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