Skip to content

Commit

Permalink
clusterversion: bump MinSupported to 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduBerinde committed Nov 5, 2024
1 parent 644598c commit 61c650e
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 @@ -325,7 +325,7 @@ var versionTable = [numKeys]roachpb.Version{
const Latest Key = numKeys - 1

// MinSupported is the minimum logical cluster version supported by this branch.
const MinSupported Key = V24_1
const MinSupported Key = V24_2

// PreviousRelease is the logical cluster version of the previous release.
//
Expand Down

0 comments on commit 61c650e

Please sign in to comment.