Skip to content

Commit e102565

Browse files
author
Matthew Fisher
committed
chore(release): update version in master to v1.0.1+git
1 parent 84c6a87 commit e102565

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
import requests
6868
from termcolor import colored
6969

70-
__version__ = '1.0.1'
70+
__version__ = '1.0.1+git'
7171

7272

7373
locale.setlocale(locale.LC_ALL, '')

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '1.0.1'
9+
__version__ = '1.0.1+git'

deisctl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Usage:
617617
Options:
618618
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
619619
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
620-
[default: v1.0.1]
620+
[default: master]
621621
`
622622
// parse command-line arguments
623623
args, err := docopt.Parse(usage, argv, true, "", false)

deisctl/deis-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.1+git

deisctl/deisctl.go

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

1616
const (
1717
// Version of deisctl client
18-
Version string = "1.0.1"
18+
Version string = "1.0.1+git"
1919
)
2020

2121
// main exits with the return value of Command(os.Args[1:]), deferring all logic to

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "1.0.1"
3+
const Version = "1.0.1+git"

0 commit comments

Comments
 (0)