Skip to content

Commit 0086f74

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent 3b71636 commit 0086f74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55

Dockerfile

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

4-
LABEL version 0.9.0
4+
LABEL version 0.9.1
55

66
RUN go get github.com/tools/godep
77
ADD . /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.9.0
1+
0.9.1

cmd/empire/version.go

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

3-
const Version = "0.9.0"
3+
const Version = "0.9.1"

0 commit comments

Comments
 (0)