We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7756da commit d02135fCopy full SHA for d02135f
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.0";
+ public const string AssemblyVersion = @"1.9.1";
24
private const string Suffix = @"";
25
26
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments