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

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paurosello committed Jul 27, 2019
1 parent 69e2ee9 commit 70eeb47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion k8spin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 70eeb47

Please sign in to comment.