Browse Source

bump 2.3.1

tags/2.3.1
clowwindy 9 years ago
parent
commit
9a4f724653
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/UpdateChecker.cs

+ 1
- 1
shadowsocks-csharp/Controller/UpdateChecker.cs View File

@@ -18,7 +18,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL; public string LatestVersionURL;
public event EventHandler NewVersionFound; public event EventHandler NewVersionFound;
public const string Version = "2.3";
public const string Version = "2.3.1";
public void CheckUpdate(Configuration config) public void CheckUpdate(Configuration config)
{ {


Loading…
Cancel
Save