We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41ab4d commit c2cf338Copy full SHA for c2cf338
Netch/Controllers/UpdateChecker.cs
@@ -26,7 +26,7 @@ public class UpdateChecker
26
27
public const string Name = @"Netch";
28
public const string Copyright = @"Copyright © 2019 - 2020";
29
- public const string Version = @"1.4.9";
+ public const string Version = @"1.4.10";
30
31
public async void Check(bool notifyNoFound, bool isPreRelease)
32
{
0 commit comments