Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <tsaikd@gmail.com>
  • Loading branch information
tsaikd committed Nov 23, 2016
1 parent 18cd888 commit 5f689a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 <tsaikd@gmail.com>

ENV GOGSTASH_VERSION 0.1.10
ENV GOGSTASH_VERSION 0.1.11

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

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package main
import "github.com/tsaikd/KDGoLib/version"

func init() {
version.VERSION = "0.1.10"
version.VERSION = "0.1.11"
}

0 comments on commit 5f689a3

Please sign in to comment.