Skip to content

Commit

Permalink
Merge pull request cockroachdb#85491 from dt/release-vers
Browse files Browse the repository at this point in the history
  • Loading branch information
dt authored Aug 3, 2022
2 parents da1c029 + 74f970e commit 6e6a053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/clusterversion/cockroach_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,9 @@ var (
)

func init() {
const isReleaseBranch = false
const isReleaseBranch = true
if isReleaseBranch {
if binaryVersion != ByKey(V21_2) {
if binaryVersion != ByKey(V22_1) {
panic("unexpected cluster version greater than release's binary version")
}
}
Expand Down

0 comments on commit 6e6a053

Please sign in to comment.