Skip to content

Commit a41e22c

Browse files
author
Matthew Fisher
committed
Merge pull request #92 from bacongobbler/bump-version
chore(deisctl): bump version to v0.13.0-dev
2 parents 06afc71 + f4446eb commit a41e22c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ to */var/lib/deis/units* one time.
1515

1616
To change installation options, save the installer directly from one of these links:
1717

18-
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-linux-amd64.run)
19-
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-darwin-amd64.run)
18+
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-dev-linux-amd64.run)
19+
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-dev-darwin-amd64.run)
2020

2121
Then run the downloaded file as a shell script. Append `--help` to see what options
2222
are available.

deis-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0-dev

deisctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// Version of deisctl client
17-
Version string = "0.12.0"
17+
Version string = "0.13.0-dev"
1818
)
1919

2020
func exit(err error, code int) {

0 commit comments

Comments
 (0)