We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a963329 commit 8820ceaCopy full SHA for 8820cea
pkg/versions/versions.go
@@ -2,8 +2,8 @@ package versions
2
3
const (
4
DefaultSubmarinerRepo = "quay.io/submariner"
5
- DefaultSubmarinerOperatorVersion = "0.2.0-rc1"
6
- DefaultSubmarinerVersion = "0.2.0-rc1"
7
- DefaultLighthouseVersion = "0.2.0-rc0"
+ DefaultSubmarinerOperatorVersion = "0.2.0"
+ DefaultSubmarinerVersion = "0.2.0"
+ DefaultLighthouseVersion = "0.2.0"
8
KubeFedVersion = "v0.1.0-rc3"
9
)
0 commit comments