Browse Source

bump 2.5.3

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

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

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


Loading…
Cancel
Save