Skip to content

Commit cc330b8

Browse files
author
YangSen-qn
committed
fix version output
1 parent b31e0a0 commit cc330b8

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
@@ -6,7 +6,7 @@ DARWIN=qshell-$(VERSION)-darwin-x64
66
LINUX86=qshell-$(VERSION)-linux-x86
77
LINUX64=qshell-$(VERSION)-linux-x64
88
LINUXARM=qshell-$(VERSION)-linux-arm
9-
LDFLAGS='-X 'github.com/qiniu/qshell/v2/iqshell/common/version.Version=$(VERSION)' -extldflags '-static''
9+
LDFLAGS='-X 'github.com/qiniu/qshell/v2/iqshell/common/version.version=$(VERSION)' -extldflags '-static''
1010
GO=GO111MODULE=on go
1111

1212
all: linux windows arm darwin

0 commit comments

Comments
 (0)