Skip to content

Commit 6049ef4

Browse files
committed
更新版本号
1 parent a30bfc5 commit 6049ef4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/io/mycat/config/Versions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

version.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
GitUrl https://github.com/MyCATApache/Mycat-Server.git
55
MyCatSite http://www.mycat.org.cn
66
QQGroup 106088787

0 commit comments

Comments
 (0)