Skip to content

Commit

Permalink
Bump version to 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingDM authored Jul 16, 2020
1 parent aa581b2 commit b5c1cda
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 @@ -19,7 +19,7 @@ public class UpdateChecker

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

public string LatestVersionNumber;
public string LatestVersionUrl;
Expand Down Expand Up @@ -78,4 +78,4 @@ private static async Task<string> GetAsync(string url, bool useProxy, string use
return resultStr;
}
}
}
}

0 comments on commit b5c1cda

Please sign in to comment.