Skip to content

Commit 35718a5

Browse files
authored
Automated upgrade minor version bump
Update the allowed minor version upgrade value to correspond with the 4.5.0 release.
1 parent 8e624c4 commit 35718a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/apiserver/upgradeservice/upgradeimpl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
// Currently supported version information for upgrades
3636
const (
3737
REQUIRED_MAJOR_PGO_VERSION = 4
38-
MAXIMUM_MINOR_PGO_VERSION = 4
38+
MAXIMUM_MINOR_PGO_VERSION = 5
3939
MINIMUM_MINOR_PGO_VERSION = 1
4040
)
4141

0 commit comments

Comments
 (0)