Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeichenDream authored Jan 29, 2021
1 parent 31ce3ce commit 1211d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/Mysql/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Config
public bool LoginCheck = true;
public string Host = "0.0.0.0";
public int Port = 3306;
public string Version = "5.5.54-log";
public string Version = "5.7.54-log";
private static Config config;
private static object o = new object();
public static Config GetConfig() {
Expand Down

0 comments on commit 1211d1a

Please sign in to comment.