Skip to content

Commit c2cf338

Browse files
authored
Update UpdateChecker.cs
1 parent b41ab4d commit c2cf338

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
@@ -26,7 +26,7 @@ public class UpdateChecker
2626

2727
public const string Name = @"Netch";
2828
public const string Copyright = @"Copyright © 2019 - 2020";
29-
public const string Version = @"1.4.9";
29+
public const string Version = @"1.4.10";
3030

3131
public async void Check(bool notifyNoFound, bool isPreRelease)
3232
{

0 commit comments

Comments
 (0)