Skip to content

Commit 1812875

Browse files
chore(version): add 2.11.0 to upgrade matrix (#1809)
Signed-off-by: shubham <[email protected]>
1 parent 860d723 commit 1812875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/openebs.io/v1alpha1/versionDetails.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
"1.12.0": true, "2.0.0": true, "2.1.0": true, "2.2.0": true,
3232
"2.3.0": true, "2.4.0": true, "2.4.1": true, "2.5.0": true,
3333
"2.6.0": true, "2.7.0": true, "2.8.0": true, "2.9.0": true,
34-
"2.10.0": true,
34+
"2.10.0": true, "2.11.0": true,
3535
}
3636
validDesiredVersion = strings.Split(version.GetVersion(), "-")[0]
3737
)

0 commit comments

Comments
 (0)