Skip to content

Commit b7b81fa

Browse files
committed
bump version to v2.9.1
1 parent 2ee9fc0 commit b7b81fa

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 = 2.9.0
3+
VERSION = 2.9.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)