Skip to content

Commit

Permalink
【3.3.2版本】1.版本号:3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobowire committed Apr 22, 2021
1 parent d2740fe commit 2941818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/P2PSocket.Client/Models/AppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<P2PCommandType, Type>();
Expand Down
2 changes: 1 addition & 1 deletion src/P2PSocket.Server/Models/AppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2941818

Please sign in to comment.