Skip to content

Commit

Permalink
parser: Update ServerVersion to 8.0.11 (#46155)
Browse files Browse the repository at this point in the history
ref #7968
  • Loading branch information
dveeden committed Aug 24, 2023
1 parent c9b8d9c commit 80441df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
TiDBReleaseVersion = "None"

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

// Header information.
Expand Down

0 comments on commit 80441df

Please sign in to comment.