From 70eeb47e662e59a257242f8afc15a8fb7c298ea9 Mon Sep 17 00:00:00 2001 From: Pau Rosello Date: Sat, 27 Jul 2019 19:22:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- k8spin.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f58efaf..e216d88 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/README.md b/README.md index 2b91b64..f4ad247 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # K8Spin CLI -Version: Version: 1.0.0 +Version: Version: 1.1.0 [![Build Status](https://travis-ci.org/k8spin/k8spin_cli.svg?branch=master)](https://travis-ci.org/k8spin/k8spin_cli) \ No newline at end of file diff --git a/k8spin.go b/k8spin.go index 036f555..5884b02 100644 --- a/k8spin.go +++ b/k8spin.go @@ -45,7 +45,7 @@ func main() { app := cli.NewApp() app.Name = "k8spin" - app.Version = "1.0.0" + app.Version = "1.1.0" app.Usage = "CLI for managing namespaces" app.Flags = []cli.Flag{ cli.BoolFlag{