Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update project.go
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 authored Jan 31, 2024
1 parent c74d951 commit 3e443fc
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 string = "aws-operator"
source string = "https://github.com/giantswarm/aws-operator"
version = "14.23.1-patch1"
//version = "14.23.1-patch1"
)

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

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

0 comments on commit 3e443fc

Please sign in to comment.