Skip to content

Commit 8d2574b

Browse files
committed
bump 2.5.7
1 parent 8e1c219 commit 8d2574b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.5.7 2015-09-19
2+
- Fix repeated IV.
3+
14
2.5.6 2015-08-19
25
- Add portable mode. Create shadowsocks_portable_mode.txt to use it
36
- Support server reorder

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class UpdateChecker
1818
public string LatestVersionURL;
1919
public event EventHandler NewVersionFound;
2020

21-
public const string Version = "2.5.6";
21+
public const string Version = "2.5.7";
2222

2323
public void CheckUpdate(Configuration config)
2424
{

0 commit comments

Comments
 (0)