Skip to content

Commit

Permalink
backport PSS and PKI delete fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Apr 23, 2024
1 parent fcb603f commit 6a4b1ce
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 = "cert-operator"
source string = "https://github.com/giantswarm/cert-operator"
version = "2.0.1"
//version = "2.0.1"
)

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

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

0 comments on commit 6a4b1ce

Please sign in to comment.