Skip to content

Commit

Permalink
Update project.go
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 authored Sep 26, 2023
1 parent dada909 commit 999ca3c
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
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
// version = "5.8.1-dev"
version = "5.8.1-dev"
)

func Description() string {
Expand All @@ -25,5 +25,5 @@ func Source() string {
}

func Version() string {
return "5.8.0"
return version
}

0 comments on commit 999ca3c

Please sign in to comment.