Skip to content

Commit 64e60c5

Browse files
committed
Fixes compiler warning.
1 parent c7b2bed commit 64e60c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
NAME := github-release
6-
VERSION := v1.0.7
6+
VERSION := v1.0.8
77

88
build:
9-
go build -ldflags "-X main.Version $(VERSION)"
9+
go build -ldflags "-X main.Version=$(VERSION)"
1010

1111
compile:
1212
@rm -rf build/

0 commit comments

Comments
 (0)