Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 70eeb47

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent 69e2ee9 commit 70eeb47

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# K8Spin CLI
2-
Version: Version: 1.0.0
2+
Version: Version: 1.1.0
33
[![Build Status](https://travis-ci.org/k8spin/k8spin_cli.svg?branch=master)](https://travis-ci.org/k8spin/k8spin_cli)

k8spin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func main() {
4545

4646
app := cli.NewApp()
4747
app.Name = "k8spin"
48-
app.Version = "1.0.0"
48+
app.Version = "1.1.0"
4949
app.Usage = "CLI for managing namespaces"
5050
app.Flags = []cli.Flag{
5151
cli.BoolFlag{

0 commit comments

Comments
 (0)