Skip to content

Commit

Permalink
bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Aug 6, 2020
1 parent c6d6bcc commit 78c0fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions krew-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: neat
spec:
version: "v2.0.0"
version: "v2.0.1"
shortDescription: Remove clutter from Kubernetes manifests to make them more readable.
homepage: https://github.com/itaysk/kubectl-neat
description: |
Expand All @@ -18,7 +18,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.0/kubectl-neat_darwin.tar.gz
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.1/kubectl-neat_darwin.tar.gz
sha256: ${sha256}
files:
- from: "/*"
Expand All @@ -28,7 +28,7 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.0/kubectl-neat_linux.tar.gz
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.1/kubectl-neat_linux.tar.gz
sha256: ${sha256}
files:
- from: "/*"
Expand Down

0 comments on commit 78c0fa2

Please sign in to comment.