Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d805a4f

Browse files
committed
bump version to 1.6.6
1 parent 902f78b commit d805a4f

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
@@ -15,7 +15,7 @@ public class UpdateChecker
1515
public const string Name = @"Netch";
1616
public const string Copyright = @"Copyright © 2019 - 2020";
1717

18-
public const string AssemblyVersion = @"1.6.5";
18+
public const string AssemblyVersion = @"1.6.6";
1919
private const string Suffix = @"";
2020

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

0 commit comments

Comments
 (0)