Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Aug 23, 2016
1 parent 0e54ddc commit f2ef22a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.11.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## HEAD
## 0.11.0 (2016-08-22)

**Features**

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM golang:1.5.3
MAINTAINER Eric Holmes <eric@remind101.com>

LABEL version 0.10.1
LABEL version 0.11.0

ADD . /go/src/github.com/remind101/empire
WORKDIR /go/src/github.com/remind101/empire
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.10.1
0.11.0
2 changes: 1 addition & 1 deletion cmd/emp/README.md
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.10.1/emp-`uname -s`-`uname -m` \
$ curl -L https://github.com/remind101/empire/releases/download/v0.11.0/emp-`uname -s`-`uname -m` \
> /usr/local/bin/emp
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/emp/dev.go
@@ -1,5 +1,5 @@
package main

const (
Version = "0.10.1"
Version = "0.11.0"
)
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package empire

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

0 comments on commit f2ef22a

Please sign in to comment.