diff --git a/Makefile b/Makefile index 60ff432..4051ca4 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ cmd: godep go build -o build/deploy ./cmd/deploy release: - goxc -bc="linux,darwin" -d build -pv="0.0.2" + goxc -bc="linux,darwin" -d build -pv="0.0.3" diff --git a/version.go b/version.go index 9b3ef7f..07a95b3 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package deploy -const Version = "0.0.2" +const Version = "0.0.3"