Skip to content

Commit

Permalink
chore(version): add 2.2.0 to upgrade matrix (#1758)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Oct 5, 2020
1 parent c51d91e commit fe2824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/openebs.io/v1alpha1/versionDetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
"1.0.0": true, "1.1.0": true, "1.2.0": true, "1.3.0": true,
"1.4.0": true, "1.5.0": true, "1.6.0": true, "1.7.0": true,
"1.8.0": true, "1.9.0": true, "1.10.0": true, "1.11.0": true,
"1.12.0": true, "2.0.0": true, "2.1.0": true,
"1.12.0": true, "2.0.0": true, "2.1.0": true, "2.2.0": true,
}
validDesiredVersion = strings.Split(version.GetVersion(), "-")[0]
)
Expand Down

0 comments on commit fe2824a

Please sign in to comment.