From 0086f74d419f73c665a734ae5cb477eb0036ae0d Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Fri, 31 Jul 2015 11:30:28 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Dockerfile | 2 +- VERSION | 2 +- cmd/empire/version.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 538124f74..5e9ac0fae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True diff --git a/Dockerfile b/Dockerfile index 9ac5be8af..13f805ae1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.4.2 MAINTAINER Eric Holmes -LABEL version 0.9.0 +LABEL version 0.9.1 RUN go get github.com/tools/godep ADD . /go/src/github.com/remind101/empire diff --git a/VERSION b/VERSION index 899f24fc7..f514a2f0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.9.1 \ No newline at end of file diff --git a/cmd/empire/version.go b/cmd/empire/version.go index ae32cf13d..ba9a6b223 100644 --- a/cmd/empire/version.go +++ b/cmd/empire/version.go @@ -1,3 +1,3 @@ package main -const Version = "0.9.0" +const Version = "0.9.1"