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 902f78b commit d805a4fCopy full SHA for d805a4f
Netch/Controllers/UpdateChecker.cs
@@ -15,7 +15,7 @@ public class UpdateChecker
15
public const string Name = @"Netch";
16
public const string Copyright = @"Copyright © 2019 - 2020";
17
18
- public const string AssemblyVersion = @"1.6.5";
+ public const string AssemblyVersion = @"1.6.6";
19
private const string Suffix = @"";
20
21
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments