Skip to content

Commit

Permalink
chore(release): update version in master to 1.2.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 10, 2014
1 parent 83c37ed commit f21159f
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
import requests
from termcolor import colored

__version__ = '1.1.0'
__version__ = '1.2.0-dev'

# what version of the API is this client compatible with?
__api_version__ = '1.1'
Expand Down
2 changes: 1 addition & 1 deletion controller/deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

__version__ = '1.1.0'
__version__ = '1.2.0-dev'
2 changes: 1 addition & 1 deletion deisctl/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,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: 1.1.0]
[default: master]
`
// parse command-line arguments
args, err := docopt.Parse(usage, argv, true, "", false)
Expand Down
2 changes: 1 addition & 1 deletion deisctl/deis-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0-dev
2 changes: 1 addition & 1 deletion deisctl/deisctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
// Version of deisctl client
Version string = "1.1.0"
Version string = "1.2.0-dev"
)

// main exits with the return value of Command(os.Args[1:]), deferring all logic to
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.1.0"
const Version = "1.2.0-dev"

0 comments on commit f21159f

Please sign in to comment.