diff --git a/util/printer/printer.go b/util/printer/printer.go index f322c15e5c127..cd6bbd9a28aff 100644 --- a/util/printer/printer.go +++ b/util/printer/printer.go @@ -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.