We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3385df4 commit 537cc86Copy full SHA for 537cc86
Netch/Controllers/UpdateChecker.cs
@@ -15,7 +15,7 @@ public static class UpdateChecker
15
public const string Name = @"Netch";
16
public const string Copyright = @"Copyright © 2019 - 2021";
17
18
- public const string AssemblyVersion = @"1.9.3";
+ public const string AssemblyVersion = @"1.9.4";
19
private const string Suffix = @"";
20
21
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
0 commit comments