Skip to content

Commit 9e46538

Browse files
committed
prepare release 0.5.5
1 parent 2e294f9 commit 9e46538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Kubernetes event logger operator
44

55
type: application
66

7-
version: 0.5.4
7+
version: 0.5.5
88

9-
appVersion: v0.5.4
9+
appVersion: v0.5.5

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
var (
44
// Version the module version
5-
Version = "v0.5.4"
5+
Version = "v0.5.5"
66
)

0 commit comments

Comments
 (0)