Skip to content

Commit 45c7654

Browse files
committed
prepare release 0.6.3
1 parent 344f0b8 commit 45c7654

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: v0.6.3
7+
version: 0.6.3
88

9-
appVersion: vv0.6.3
9+
appVersion: v0.6.3

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 = "vv0.6.3"
5+
Version = "v0.6.3"
66
)

0 commit comments

Comments
 (0)