From c0e23cc75768f8b1e8d98bdaf7441bd5f31a9311 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Wed, 9 Dec 2020 16:32:11 +0800 Subject: [PATCH] update at 2020-12-09 16:32:11 by ehlxr --- Makefile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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