Skip to content

Commit 389eb62

Browse files
authored
update version (#9)
1 parent ef95819 commit 389eb62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/version/version.go

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

33
// Version sets the release version for ksec
4-
const Version = "0.1.5"
4+
const Version = "0.1.6"

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "ksec"
3-
version: "0.1.5"
3+
version: "0.1.6"
44
usage: "Manage Kubernetes Secrets through Helm"
55
description: "Helm plugin that simplifies the management of Kubernetes Secrets"
66
ignoreFlags: false

0 commit comments

Comments
 (0)