Skip to content

Commit

Permalink
Version 1.3.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Connection Refused authored and Connection Refused committed Jan 30, 2020
1 parent d492310 commit 55f6f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Netch/Controllers/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class UpdateChecker
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)
{
Expand Down

0 comments on commit 55f6f25

Please sign in to comment.