Skip to content

Commit

Permalink
chore(release): update version in master to v1.0.0+git
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 11, 2014
1 parent d0bdead commit 8932a0b
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 @@ -67,7 +67,7 @@
import requests
from termcolor import colored

__version__ = '1.0.0'
__version__ = '1.0.0+git'


locale.setlocale(locale.LC_ALL, '')
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.0.0'
__version__ = '1.0.0+git'
2 changes: 1 addition & 1 deletion deisctl/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,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: v1.0.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.0.0
1.0.0+git
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.0.0"
Version string = "1.0.0+git"
)

// 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.0.0"
const Version = "1.0.0+git"

0 comments on commit 8932a0b

Please sign in to comment.