Skip to content

Commit

Permalink
Version 1.5.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Connection Refused authored Aug 28, 2020
1 parent bb3bfaa commit 91a0ad5
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 @@ -15,7 +15,7 @@ public class UpdateChecker

public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";
public const string Version = @"1.4.12";
public const string Version = @"1.5.0";

public string LatestVersionNumber;
public string LatestVersionUrl;
Expand Down Expand Up @@ -64,4 +64,4 @@ public async void Check(bool isPreRelease)
}
}
}
}
}

0 comments on commit 91a0ad5

Please sign in to comment.