Skip to content

Commit

Permalink
clusterversion: set binaryMinSupportedVersion to v21_1
Browse files Browse the repository at this point in the history
This probably should have been done when `Start21_2` was added.

Fixes #67277.

Release note: None
  • Loading branch information
ajwerner committed Jul 29, 2021
1 parent fb5f13a commit a1e4df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clusterversion/cockroach_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ var (
// this binary. If this binary is started using a store marked with an older
// version than binaryMinSupportedVersion, then the binary will exit with
// an error.
binaryMinSupportedVersion = ByKey(V20_2)
binaryMinSupportedVersion = ByKey(V21_1)

// binaryVersion is the version of this binary.
//
Expand Down

0 comments on commit a1e4df7

Please sign in to comment.