Skip to content

Commit 537cc86

Browse files
committed
Bump version to 1.9.4
1 parent 3385df4 commit 537cc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Netch/Controllers/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class UpdateChecker
1515
public const string Name = @"Netch";
1616
public const string Copyright = @"Copyright © 2019 - 2021";
1717

18-
public const string AssemblyVersion = @"1.9.3";
18+
public const string AssemblyVersion = @"1.9.4";
1919
private const string Suffix = @"";
2020

2121
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";

0 commit comments

Comments
 (0)