Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e20080

Browse files
committedSep 10, 2021
Bump version to 1.8.8
1 parent 5b4f002 commit 8e20080

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
@@ -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.7";
23+
public const string AssemblyVersion = @"1.8.8";
2424
private const string Suffix = @"";
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.