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

Commit

Permalink
Bump version: 0.1.23 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paurosello committed Jul 25, 2019
1 parent 946d454 commit 1ff3b7f
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 = 0.1.23
current_version = 1.0.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: 0.1.23
Version: Version: 1.0.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 @@ -42,7 +42,7 @@ func main() {

app := cli.NewApp()
app.Name = "k8spin"
app.Version = "0.1.23"
app.Version = "1.0.0"
app.Usage = "CLI for managing namespaces"
app.Flags = []cli.Flag{
cli.BoolFlag{
Expand Down

0 comments on commit 1ff3b7f

Please sign in to comment.