Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <[email protected]>
  • Loading branch information
tsaikd committed Dec 15, 2015
1 parent 036fea6 commit ee135b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func init() {
version.VERSION = "0.1.4"
version.VERSION = "0.1.5"

cmdutil.AddCommand(cli.Command{
Name: "version",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM busybox:ubuntu-14.04

MAINTAINER tsaikd <[email protected]>

ENV GOGSTASH_VERSION 0.1.4
ENV GOGSTASH_VERSION 0.1.5

ADD https://github.com/tsaikd/gogstash/releases/download/${GOGSTASH_VERSION}/gogstash-Linux-x86_64 /usr/local/bin/gogstash

Expand Down

0 comments on commit ee135b1

Please sign in to comment.