File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/io/mycat/config Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.mycat</groupId >
66 <artifactId >Mycat-server</artifactId >
7- <version >1.6.7.5-test </version >
7+ <version >1.6.7.5-release </version >
88 <packaging >jar</packaging >
99 <name >Mycat-server</name >
1010 <description >The project of Mycat-server</description >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public abstract class Versions {
3232 public static final byte PROTOCOL_VERSION = 10 ;
3333
3434 /**服务器版本**/
35- public static byte [] SERVER_VERSION = "5.6.29-mycat-1.6.7.5-test-20200408144915 " .getBytes ();
35+ public static byte [] SERVER_VERSION = "5.6.29-mycat-1.6.7.5-release-20200410174409 " .getBytes ();
3636
3737 public static void setServerVersion (String version ) {
3838 byte [] mysqlVersionPart = version .getBytes ();
Original file line number Diff line number Diff line change 1- BuildTime 2020-04-08 06:49:13
2- GitVersion 822fb5b79ced1eea46ba6bf30dfc76eae505f660
3- MavenVersion 1.6.7.5-test
1+ BuildTime 2020-04-10 09:44:08
2+ GitVersion a30bfc53e3b83d12406b9b9e3225e53cc95c38d9
3+ MavenVersion 1.6.7.5-release
44GitUrl https://github.com/MyCATApache/Mycat-Server.git
55MyCatSite http://www.mycat.org.cn
66QQGroup 106088787
You can’t perform that action at this time.
0 commit comments