Skip to content

Commit

Permalink
Bump to release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Mar 23, 2020
1 parent a963329 commit 8820cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package versions

const (
DefaultSubmarinerRepo = "quay.io/submariner"
DefaultSubmarinerOperatorVersion = "0.2.0-rc1"
DefaultSubmarinerVersion = "0.2.0-rc1"
DefaultLighthouseVersion = "0.2.0-rc0"
DefaultSubmarinerOperatorVersion = "0.2.0"
DefaultSubmarinerVersion = "0.2.0"
DefaultLighthouseVersion = "0.2.0"
KubeFedVersion = "v0.1.0-rc3"
)

0 comments on commit 8820cea

Please sign in to comment.