Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2249 from mboersma/bump-v0141+git
Browse files Browse the repository at this point in the history
chore(release): update version in master to v0.14.1+git
  • Loading branch information
mboersma committed Oct 23, 2014
2 parents 28b7391 + 1a9494d commit 464f102
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/deis.py
Expand Up @@ -67,7 +67,7 @@
import requests
from termcolor import colored

__version__ = '0.14.1'
__version__ = '0.14.1+git'


locale.setlocale(locale.LC_ALL, '')
Expand Down
2 changes: 1 addition & 1 deletion controller/deis/__init__.py
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

__version__ = '0.14.1'
__version__ = '0.14.1+git'
2 changes: 1 addition & 1 deletion deisctl/cmd/cmd.go
Expand Up @@ -459,7 +459,7 @@ Usage:
Options:
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
[default: v0.14.1]
[default: master]
`
// parse command-line arguments
args, err := docopt.Parse(usage, nil, true, "", false)
Expand Down
2 changes: 1 addition & 1 deletion deisctl/deis-version
@@ -1 +1 @@
0.14.1
0.14.1+git
2 changes: 1 addition & 1 deletion deisctl/deisctl.go
Expand Up @@ -14,7 +14,7 @@ import (

const (
// Version of deisctl client
Version string = "0.14.1"
Version string = "0.14.1+git"
)

func exit(err error, code int) {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,3 +1,3 @@
package version

const Version = "0.14.1"
const Version = "0.14.1+git"

0 comments on commit 464f102

Please sign in to comment.