We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833984b commit e78f774Copy full SHA for e78f774
Makefile
@@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d)
7
BUILD = $(shell date +%Y%m%d%H%M)
8
9
TAG = v5.1.1
10
-RC = RC08
+RC = RC09
11
12
LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"
13
0 commit comments