Skip to content

Commit

Permalink
feat: refine version
Browse files Browse the repository at this point in the history
  • Loading branch information
shvc committed Dec 4, 2023
1 parent 6a23713 commit 0df1908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP?=s3benchmark
BUILDDATE=$(shell date +'%Y-%m-%dT%H:%M:%SZ')
VERSION=2.2.$(shell git rev-parse --short HEAD)
VERSION=2.2.3
LONGVER=${VERSION}@${BUILDDATE}

LDFLAGS=-ldflags "-s -w -X main.version=${LONGVER}"
Expand Down

0 comments on commit 0df1908

Please sign in to comment.