Skip to content

Commit 48506fa

Browse files
committed
Update CHANGES and bump version
1 parent ecd59c8 commit 48506fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.1.7.1 2019-07-14
2+
- Fix unexpected server delete behavior (#2459)
3+
- Reduce info log when checking Windows 10 Light Theme
4+
15
4.1.7 2019-07-10
26
- Fix UDP relay (#2387)
37
- Support Windows 10 1903 Light Theme (#2379)

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UpdateChecker
2424
public string LatestVersionLocalName;
2525
public event EventHandler CheckUpdateCompleted;
2626

27-
public const string Version = "4.1.7";
27+
public const string Version = "4.1.7.1";
2828

2929
private class CheckUpdateTimer : System.Timers.Timer
3030
{

0 commit comments

Comments
 (0)