Skip to content

Commit

Permalink
Bump version number to 5.1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Oct 8, 2019
1 parent 2f10a93 commit 923ab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/HttpRequest/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class UpdateChecker : HttpRequest

public const string Name = @"ShadowsocksR";
public const string Copyright = @"Copyright © HMBSbige 2019 & BreakWa11 2017. Fork from Shadowsocks by clowwindy";
public const string Version = @"5.1.3.2";
public const string Version = @"5.1.3.3";

public const string FullVersion = Version +
#if IsDotNetCore
Expand Down

0 comments on commit 923ab4d

Please sign in to comment.