Skip to content

Commit

Permalink
mysql: change MySQL version from 5.7.10 to 5.7.25 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu authored and eurekaka committed Mar 5, 2019
1 parent 9f218bd commit 4f60445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
TiDBReleaseVersion = "None"

// ServerVersion is the version information of this tidb-server in MySQL's format.
ServerVersion = fmt.Sprintf("5.7.10-TiDB-%s", TiDBReleaseVersion)
ServerVersion = fmt.Sprintf("5.7.25-TiDB-%s", TiDBReleaseVersion)
)

// Header information.
Expand Down

0 comments on commit 4f60445

Please sign in to comment.