diff --git a/CHANGES b/CHANGES index bfc9eb153..027919a25 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +4.1.2 2018-09-13 +- Fix plugin CLI argument environment variable issue (#1969 #1818) +- Other minor bug fixes and improvements (#1978 #1968 #1993) + 4.1.1 2018-08-18 - Fix auto hotkey reg issue when OS wakeup - Other minor bug fixes and improvements diff --git a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs index 87533aee2..1f9e6ed11 100644 --- a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs +++ b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs @@ -24,7 +24,7 @@ public class UpdateChecker public string LatestVersionLocalName; public event EventHandler CheckUpdateCompleted; - public const string Version = "4.1.1"; + public const string Version = "4.1.2"; private class CheckUpdateTimer : System.Timers.Timer {