Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
milin2436 committed Jul 14, 2022
1 parent 6a64460 commit 937574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 937574f

Please sign in to comment.