We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e294f9 commit 9e46538Copy full SHA for 9e46538
helm/Chart.yaml
@@ -4,6 +4,6 @@ description: Kubernetes event logger operator
4
5
type: application
6
7
-version: 0.5.4
+version: 0.5.5
8
9
-appVersion: v0.5.4
+appVersion: v0.5.5
version/version.go
@@ -2,5 +2,5 @@ package version
2
3
var (
// Version the module version
- Version = "v0.5.4"
+ Version = "v0.5.5"
)
0 commit comments