We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d87e2 commit a01761dCopy full SHA for a01761d
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.8";
+ public const string AssemblyVersion = @"1.8.9";
24
private const string Suffix = @"";
25
26
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments