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 578616a commit 7d4c373Copy full SHA for 7d4c373
helm/Chart.yaml
@@ -4,6 +4,6 @@ description: Kubernetes event logger operator
4
5
type: application
6
7
-version: 0.6.1
+version: 0.6.2
8
9
-appVersion: v0.6.1
+appVersion: v0.6.2
version/version.go
@@ -2,5 +2,5 @@ package version
2
3
var (
// Version the module version
- Version = "v0.6.1"
+ Version = "v0.6.2"
)
0 commit comments