From 3b2a13c61150041906c153963cbf9766599185d4 Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Wed, 17 Feb 2021 13:04:57 +0800 Subject: [PATCH] Update UpdateChecker.cs --- 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 bb040e8..8bcec9a 100644 --- a/Netch/Controllers/UpdateChecker.cs +++ b/Netch/Controllers/UpdateChecker.cs @@ -19,7 +19,7 @@ public static class UpdateChecker public const string Name = @"Netch"; public const string Copyright = @"Copyright © 2019 - 2021"; - public const string AssemblyVersion = @"2.0.1"; + public const string AssemblyVersion = @"2.0.2"; private const string Suffix = @""; public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";