From 897e6268fec1582805e5893a1d1ef67fdd9cfb3f Mon Sep 17 00:00:00 2001 From: Shane Starcher Date: Thu, 10 Oct 2019 16:01:52 -0700 Subject: [PATCH] update to 0.2.2 for release --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2515686..1fade3d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This allows you to run a single command and package the next version of your cha You can install a specific release version: - $ helm plugin install https://github.com/sstarcher/helm-release --version 0.2.1 + $ helm plugin install https://github.com/sstarcher/helm-release --version 0.2.2 ## Usage diff --git a/plugin.yaml b/plugin.yaml index c380a7f..1b0fac0 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "release" -version: "0.2.1" +version: "0.2.2" usage: "Determines the charts next release number" description: |- This plugin will use environment variables and git history to divine the next chart version.