Skip to content

Commit 267c386

Browse files
committed
bump version to v3.0.1
1 parent bd7b5be commit 267c386

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
OUTPUT_DIR = ./builds
22
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3-
VERSION = 3.0.0
3+
VERSION = 3.0.1
44
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
55
STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
66
WEBPACK_MODE = production

0 commit comments

Comments
 (0)