Skip to content

Commit

Permalink
util: update the minimum version of tikv information (#11608) (#11618)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored Aug 13, 2019
1 parent 59184ca commit 66daa9f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 66daa9f

Please sign in to comment.