From 325ad430fe607303bcfee91085a73f418df4c7d0 Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Sat, 9 Jan 2021 02:33:00 +0000 Subject: [PATCH] Bump version to 1.7.1 --- Netch/Controllers/UpdateChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/UpdateChecker.cs b/Netch/Controllers/UpdateChecker.cs index 38eda555..758c9114 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -15,7 +15,7 @@ namespace Netch.Controllers public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2020"; - public const string AssemblyVersion = @"1.7.0"; + public const string AssemblyVersion = @"1.7.1"; private const string Suffix = @""; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";