Skip to content

Commit

Permalink
Merge pull request #1055 from remind101/release-0.11.1
Browse files Browse the repository at this point in the history
Release 0.11.1
  • Loading branch information
ejholmes committed Mar 13, 2017
2 parents 73dd260 + 006be27 commit 12f9217
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.11.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## HEAD (stable-0.11)
## 0.11.1 (2017-03-10)

**Bugs**

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.5.3
MAINTAINER Eric Holmes <[email protected]>

LABEL version 0.11.0
LABEL version 0.11.1

ADD . /go/src/github.com/remind101/empire
WORKDIR /go/src/github.com/remind101/empire
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
2 changes: 1 addition & 1 deletion cmd/emp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A CLI for Empire.
You can always download the latest version with:

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

Expand Down
2 changes: 1 addition & 1 deletion cmd/emp/dev.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const (
Version = "0.11.0"
Version = "0.11.1"
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package empire

// The version of Empire.
const Version = "0.11.0"
const Version = "0.11.1"

0 comments on commit 12f9217

Please sign in to comment.