Skip to content

Commit

Permalink
chore(upgrade): add valid current versions for 2.1.0 upgrades (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Sep 10, 2020
1 parent 22f5cef commit d21c528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
var (
validCurrentVersions = map[string]bool{
"1.10.0": true, "1.11.0": true, "1.12.0": true,
"2.0.0": true,
"2.0.0": true, "2.1.0": true,
}
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
)
Expand Down

0 comments on commit d21c528

Please sign in to comment.