Skip to content

Commit

Permalink
Update versions.go for new RC1
Browse files Browse the repository at this point in the history
Lighthouse is maintained on rc0 as it did't undergo any change.
  • Loading branch information
mangelajo authored and skitt committed Mar 23, 2020
1 parent 524545a commit a963329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-rc0"
DefaultSubmarinerVersion = "0.2.0-rc0"
DefaultSubmarinerOperatorVersion = "0.2.0-rc1"
DefaultSubmarinerVersion = "0.2.0-rc1"
DefaultLighthouseVersion = "0.2.0-rc0"
KubeFedVersion = "v0.1.0-rc3"
)

0 comments on commit a963329

Please sign in to comment.