Skip to content

Commit 8820cea

Browse files
committed
Bump to release 0.2.0
1 parent a963329 commit 8820cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/versions/versions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package versions
22

33
const (
44
DefaultSubmarinerRepo = "quay.io/submariner"
5-
DefaultSubmarinerOperatorVersion = "0.2.0-rc1"
6-
DefaultSubmarinerVersion = "0.2.0-rc1"
7-
DefaultLighthouseVersion = "0.2.0-rc0"
5+
DefaultSubmarinerOperatorVersion = "0.2.0"
6+
DefaultSubmarinerVersion = "0.2.0"
7+
DefaultLighthouseVersion = "0.2.0"
88
KubeFedVersion = "v0.1.0-rc3"
99
)

0 commit comments

Comments
 (0)