diff --git a/util/printer/printer.go b/util/printer/printer.go index dc521ce15057e..ec8eee90532d6 100644 --- a/util/printer/printer.go +++ b/util/printer/printer.go @@ -32,7 +32,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.