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