fnctl: udpate installer (#292)

This commit is contained in:
C Cirello
2016-11-15 16:06:34 +01:00
committed by GitHub
parent 1daed5a36b
commit c16547522f
2 changed files with 7 additions and 2 deletions

View File

@@ -11,4 +11,9 @@ vendor:
glide install -v
test:
go test -v $(shell glide nv)
go test -v $(shell glide nv)
release: docker
GOOS=linux go build -o fnctl_linux
GOOS=darwin go build -o fnctl_mac
GOOS=windows go build -o fnctl.exe

View File

@@ -7,7 +7,7 @@ set -e
# 'wget -qO- https://fn.iron.io/install | sh'
#
release='0.0.46'
release='0.1.0'
command_exists() {
command -v "$@" > /dev/null 2>&1