Skip to content

Commit 12f9217

Browse files
authored
Merge pull request #1055 from remind101/release-0.11.1
Release 0.11.1
2 parents 73dd260 + 006be27 commit 12f9217

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.11.1
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## HEAD (stable-0.11)
3+
## 0.11.1 (2017-03-10)
44

55
**Bugs**
66

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.5.3
22
MAINTAINER Eric Holmes <eric@remind101.com>
33

4-
LABEL version 0.11.0
4+
LABEL version 0.11.1
55

66
ADD . /go/src/github.com/remind101/empire
77
WORKDIR /go/src/github.com/remind101/empire

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

cmd/emp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A CLI for Empire.
77
You can always download the latest version with:
88

99
```console
10-
$ curl -L https://github.com/remind101/empire/releases/download/v0.11.0/emp-`uname -s`-`uname -m` \
10+
$ curl -L https://github.com/remind101/empire/releases/download/v0.11.1/emp-`uname -s`-`uname -m` \
1111
> /usr/local/bin/emp
1212
```
1313

cmd/emp/dev.go

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

33
const (
4-
Version = "0.11.0"
4+
Version = "0.11.1"
55
)

version.go

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

33
// The version of Empire.
4-
const Version = "0.11.0"
4+
const Version = "0.11.1"

0 commit comments

Comments
 (0)