We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544c9dc commit ccce252Copy full SHA for ccce252
shadowsocks-csharp/Controller/UpdateChecker.cs
@@ -18,7 +18,7 @@ public class UpdateChecker
18
public string LatestVersionURL;
19
public event EventHandler NewVersionFound;
20
21
- public const string Version = "2.3.1";
+ public const string Version = "2.4";
22
23
public void CheckUpdate(Configuration config)
24
{
0 commit comments