diff --git a/src/P2PSocket.Client/Models/AppCenter.cs b/src/P2PSocket.Client/Models/AppCenter.cs index 61d1c4b..1df0ced 100644 --- a/src/P2PSocket.Client/Models/AppCenter.cs +++ b/src/P2PSocket.Client/Models/AppCenter.cs @@ -18,7 +18,7 @@ public AppCenter() private void Init() { - SoftVerSion = "3.3.1"; + SoftVerSion = "3.3.2"; RuntimePath = FindRootDir(); ConfigFile = Path.Combine(RuntimePath, "Client.ini"); CommandDict = new Dictionary(); diff --git a/src/P2PSocket.Server/Models/AppCenter.cs b/src/P2PSocket.Server/Models/AppCenter.cs index 24a4d50..2c2fe61 100644 --- a/src/P2PSocket.Server/Models/AppCenter.cs +++ b/src/P2PSocket.Server/Models/AppCenter.cs @@ -17,7 +17,7 @@ public AppCenter() private void Init() { - SoftVerSion = "3.3.1"; + SoftVerSion = "3.3.2"; RuntimePath = AppDomain.CurrentDomain.BaseDirectory; ConfigFile = Path.Combine(RuntimePath, "P2PSocket", "Server.ini"); MacMapFile = Path.Combine(RuntimePath, "P2PSocket", "Server_mac.cfc");