Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: update the minimum version of tikv information (#11608) #11618

Merged
merged 4 commits into from
Aug 13, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion util/printer/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
TiDBGitBranch = "None"
GoVersion = "None"
// TiKVMinVersion is the minimum version of TiKV that can be compatible with the current TiDB.
TiKVMinVersion = "2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e"
TiKVMinVersion = "v3.0.0-60965b006877ca7234adaced7890d7b029ed1306"
)

// PrintTiDBInfo prints the TiDB version information.
Expand Down