Skip to content

Commit 0df1908

Browse files
author
shvc
committed
feat: refine version
1 parent 6a23713 commit 0df1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP?=s3benchmark
22
BUILDDATE=$(shell date +'%Y-%m-%dT%H:%M:%SZ')
3-
VERSION=2.2.$(shell git rev-parse --short HEAD)
3+
VERSION=2.2.3
44
LONGVER=${VERSION}@${BUILDDATE}
55

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

0 commit comments

Comments
 (0)