From 294181845846a41a372d3a6c58e14d43695c31e4 Mon Sep 17 00:00:00 2001 From: wireboy Date: Thu, 22 Apr 2021 11:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=903.3.2=E7=89=88=E6=9C=AC=E3=80=911.?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=EF=BC=9A3.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/P2PSocket.Client/Models/AppCenter.cs | 2 +- src/P2PSocket.Server/Models/AppCenter.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");