Skip to content

Commit 2dcf304

Browse files
niladrihSai Chaithanya
and
Sai Chaithanya
authored
chore(version): add 3.1.0 to upgrade matrix (#145) (#146)
This commit adds 3.1.0 version as supported version to upgrade to latest OpenEBS versions. Signed-off-by: Sai <[email protected]> Co-authored-by: Sai Chaithanya <[email protected]>
1 parent 72ab0ea commit 2dcf304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
"2.4.0": true, "2.4.1": true, "2.5.0": true, "2.6.0": true,
2828
"2.7.0": true, "2.8.0": true, "2.9.0": true, "2.10.0": true,
2929
"2.10.1": true, "2.11.0": true, "2.12.0": true, "2.12.1": true,
30-
"2.12.2": true, "3.0.0": true,
30+
"2.12.2": true, "3.0.0": true, "3.1.0": true,
3131
}
3232
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
3333
)

0 commit comments

Comments
 (0)