Skip to content

Commit

Permalink
updating DefaultServerVersion to "8.0.33"
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Oct 11, 2023
1 parent 9ebf1a7 commit 11d1cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/mysql/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
const (
// DefaultServerVersion is the default server version we're sending to the client.
// Can be changed.
DefaultServerVersion = "5.7.9-Vitess"
DefaultServerVersion = "8.0.33"

// timing metric keys
connectTimingKey = "Connect"
Expand Down

0 comments on commit 11d1cc1

Please sign in to comment.