Skip to content

Commit

Permalink
Update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Apr 11, 2020
1 parent 6767916 commit d8c9a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.1.10.0 2020-4-11
- Fix NLog config file issue (#2841, #2846)
- Tweak log level

4.1.9.3 2020-03-31
- Set default method to chacha20-ietf-poly1305
- Using hash in PAC URL (#2759)
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class UpdateChecker
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;

public const string Version = "4.1.9.3";
public const string Version = "4.1.10.0";

private class CheckUpdateTimer : System.Timers.Timer
{
Expand Down

0 comments on commit d8c9a7c

Please sign in to comment.