Skip to content

Commit

Permalink
chore(version): add 2.4.0 to upgrade matrix (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Dec 4, 2020
1 parent 3f099b6 commit 59d5de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var (
validCurrentVersions = map[string]bool{
"1.10.0": true, "1.11.0": true, "1.12.0": true,
"2.0.0": true, "2.1.0": true, "2.2.0": true, "2.3.0": true,
"2.4.0": true,
}
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
)
Expand Down

0 comments on commit 59d5de9

Please sign in to comment.