We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4f002 commit 8e20080Copy full SHA for 8e20080
Netch/Controllers/UpdateChecker.cs
@@ -20,7 +20,7 @@ public static class UpdateChecker
20
public const string Name = @"Netch";
21
public const string Copyright = @"Copyright © 2019 - 2021";
22
23
- public const string AssemblyVersion = @"1.8.7";
+ public const string AssemblyVersion = @"1.8.8";
24
private const string Suffix = @"";
25
26
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments