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

Commit 0c2fc69

Browse files
committed
Bump version: 0.1.16 → 0.1.17
1 parent 75f7aaa commit 0c2fc69

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 = 0.1.16
2+
current_version = 0.1.17
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: 0.1.16
2+
Version: Version: 0.1.17
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
@@ -42,7 +42,7 @@ func main() {
4242

4343
app := cli.NewApp()
4444
app.Name = "k8spin"
45-
app.Version = "0.1.16"
45+
app.Version = "0.1.17"
4646
app.Usage = "CLI for managing namespaces"
4747
app.Flags = []cli.Flag{
4848
cli.BoolFlag{

0 commit comments

Comments
 (0)