Version 1.3.7 released

This commit is contained in:
Connection Refused
2020-01-30 14:18:37 +08:00
parent d492310958
commit 55f6f2524a

View File

@@ -25,8 +25,8 @@ namespace Netch.Controllers
public event EventHandler NewVersionNotFound;
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019";
public const string Version = @"1.3.6";
public const string Copyright = @"Copyright © 2019 - 2020";
public const string Version = @"1.3.7";
public async void Check(bool notifyNoFound, bool isPreRelease)
{