diff --git a/Makefile b/Makefile index 11744b4..0ab7c92 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ upx: @# -upx $(DIST_DIR)** upx $(DIST_DIR)** -release: build upx +release: ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0) @echo "Can't find ghr command, will start installation..." cd ~ && go get -v -u github.com/tcnksm/ghr && cd $(ROOT_DIR) diff --git a/version b/version index b482243..13637f4 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.0.2 \ No newline at end of file +v1.0.3 \ No newline at end of file