Skip to content

Commit

Permalink
Merge pull request #1054 from remind101/release-0.12.0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
ejholmes authored Mar 13, 2017
2 parents 46b0a3b + 7ce8399 commit 797ff6a
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.12.0
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
## 0.12.0 (2017-03-10)

**Features**

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.7.0
MAINTAINER Eric Holmes <[email protected]>

LABEL version 0.11.0
LABEL version 0.12.0

RUN apt-get update -yy && \
apt-get install -yy git make curl libxml2-dev libxmlsec1-dev liblzma-dev pkg-config xmlsec1
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.12.0
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.12.0/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.12.0"
)
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.12.0"

0 comments on commit 797ff6a

Please sign in to comment.