Thanks to visit codestin.com Credit goes to github.com
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 03c3c15 commit 0d535aaCopy full SHA for 0d535aa
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.9.1";
+ public const string AssemblyVersion = @"1.9.2";
24
private const string Suffix = @"";
25
26
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments