We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb0adf commit 9a4f724Copy full SHA for 9a4f724
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";
+ public const string Version = "2.3.1";
22
23
public void CheckUpdate(Configuration config)
24
{
0 commit comments