Skip to content

Commit 0d535aa

Browse files
committed
Bump version to 1.9.2
1 parent 03c3c15 commit 0d535aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Netch/Controllers/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class UpdateChecker
2020
public const string Name = @"Netch";
2121
public const string Copyright = @"Copyright © 2019 - 2021";
2222

23-
public const string AssemblyVersion = @"1.9.1";
23+
public const string AssemblyVersion = @"1.9.2";
2424
private const string Suffix = @"";
2525

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

0 commit comments

Comments
 (0)