We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7b5be commit 267c386Copy full SHA for 267c386
Makefile
@@ -1,6 +1,6 @@
1
OUTPUT_DIR = ./builds
2
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3
-VERSION = 3.0.0
+VERSION = 3.0.1
4
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
5
STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
6
WEBPACK_MODE = production
0 commit comments