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

Skip to content

Commit 98adb01

Browse files
committed
bump version to 1.6.3
1 parent a2ae28d commit 98adb01

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.2";
18+
public const string AssemblyVersion = @"1.6.3";
1919
private const string Suffix = @"";
2020

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

0 commit comments

Comments
 (0)