update at 2020-12-09 16:32:11 by ehlxr

master
ehlxr 2020-12-09 16:32:11 +08:00
parent 6389f7ebc5
commit c0e23cc757
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
v1.0.2
v1.0.3