Skip to content

Commit

Permalink
Bump project version to dev version (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z authored Feb 25, 2021
1 parent 222b58c commit 37660de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package project

var (
bundleVersion = "0.24.2"
bundleVersion = "0.24.3-dev"
description = "The cluster-operator manages Kubernetes tenant cluster resources."
gitSHA = "n/a"
name = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
version = "0.24.2"
version = "0.24.3-dev"
)

func BundleVersion() string {
Expand Down

0 comments on commit 37660de

Please sign in to comment.