Skip to content

Commit

Permalink
0.1.13
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <tsaikd@gmail.com>
  • Loading branch information
tsaikd committed Apr 4, 2017
1 parent 8a76721 commit 450b09a
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.12
ENV GOGSTASH_VERSION 0.1.13

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.12"
version.VERSION = "0.1.13"
}

0 comments on commit 450b09a

Please sign in to comment.