Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <[email protected]>
  • Loading branch information
tsaikd committed May 30, 2016
1 parent 3fc6b23 commit e2fffdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0
ENV GO_RAML_MOCKER_VERSION 1.0.1

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

0 comments on commit e2fffdd

Please sign in to comment.