Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <[email protected]>
  • Loading branch information
tsaikd committed Jun 6, 2016
1 parent b8337ce commit 7ec6138
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 <[email protected]>

ENV GO_RAML_MOCKER_VERSION 1.0.1
ENV GO_RAML_MOCKER_VERSION 1.0.2

ADD https://github.com/tsaikd/go-raml-mocker/releases/download/${GO_RAML_MOCKER_VERSION}/go-raml-mocker-Linux-x86_64 /usr/local/bin/go-raml-mocker

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 = "1.0.1"
version.VERSION = "1.0.2"
}

0 comments on commit 7ec6138

Please sign in to comment.