Skip to content

Commit

Permalink
bump 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Mar 6, 2015
1 parent fcb0adf commit 9a4f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class UpdateChecker
public string LatestVersionURL;
public event EventHandler NewVersionFound;

public const string Version = "2.3";
public const string Version = "2.3.1";

public void CheckUpdate(Configuration config)
{
Expand Down

1 comment on commit 9a4f724

@true0899
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我添加了许多服务器,有点眼晕,如果能自定义服务器列表顺序就好了。感谢大神。

Please sign in to comment.