Skip to content

Commit 5f4f9fd

Browse files
committed
bump version
1 parent 5004875 commit 5f4f9fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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