We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb001c commit 0c4719bCopy full SHA for 0c4719b
Makefile
@@ -1,6 +1,6 @@
1
OUTPUT_DIR = ./builds
2
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3
-VERSION = 2.9.1
+VERSION = 2.9.2
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