Skip to content

Commit a01761d

Browse files
committed
Bump version to 1.8.9
1 parent 68d87e2 commit a01761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Netch/Controllers/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
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.8.8";
23+
public const string AssemblyVersion = @"1.8.9";
2424
private const string Suffix = @"";
2525

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

0 commit comments

Comments
 (0)