Skip to content

Commit

Permalink
Merge pull request #3189 from Azure/revert-3171-412-default
Browse files Browse the repository at this point in the history
Revert "Default to 4.12 for new installations"
  • Loading branch information
hlipsig authored Sep 21, 2023
2 parents 1a35d4e + d29d6a1 commit a7d0262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Stream struct {
}

// DefaultMinorVersion describes the minor OpenShift version to default to
var DefaultMinorVersion = 12
var DefaultMinorVersion = 11

// DefaultInstallStreams describes the latest version of our supported streams
var DefaultInstallStreams = map[int]*Stream{
Expand Down

0 comments on commit a7d0262

Please sign in to comment.