Skip to content

Commit 33bcb1a

Browse files
committed
bump version
1 parent ff3fdfb commit 33bcb1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/krew/plugin.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ kind: Plugin
33
metadata:
44
name: pv-mounter
55
spec:
6-
version: "v0.0.1"
6+
version: "v0.0.2"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/fenio/pv-mounter/releases/download/v0.0.1/pv-mounter_linux_amd64.tar.gz
12+
uri: https://github.com/fenio/pv-mounter/releases/download/v0.0.2/pv-mounter_linux_amd64.tar.gz
1313
sha256: ""
1414
files:
1515
- from: "./pv-mounter"
@@ -21,7 +21,7 @@ spec:
2121
matchLabels:
2222
os: darwin
2323
arch: amd64
24-
uri: https://github.com/fenio/pv-mounter/releases/download/v0.0.1/pv-mounter_darwin_amd64.tar.gz
24+
uri: https://github.com/fenio/pv-mounter/releases/download/v0.0.2/pv-mounter_darwin_amd64.tar.gz
2525
sha256: ""
2626
files:
2727
- from: "./pv-mounter"

0 commit comments

Comments
 (0)