From 937574fd29eda4c056fdb710ef66d88ac07e4e76 Mon Sep 17 00:00:00 2001 From: milin2436 Date: Thu, 14 Jul 2022 21:32:22 +0800 Subject: [PATCH] version --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile b/main/Makefile index 5e814d3..5b36c3a 100644 --- a/main/Makefile +++ b/main/Makefile @@ -1,7 +1,7 @@ buildTime=$(shell date +"%F %T") out=oneshow objs=oneshow.go web.go user.go -ver=v0.1.8 +ver=v0.1.9 $(out) : $(objs) echo $(buildTime) go build -ldflags "-s -w -X 'github.com/milin2436/oneshow/cmd.VERSION=$(ver) build time:$(buildTime)' -X 'github.com/milin2436/oneshow/cmd.CmdName=oneshow' " -o $(out)