Skip to content

Commit

Permalink
fix version in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Dec 10, 2021
1 parent 126c62c commit ec0f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ all: build
build:
go build -ldflags \
"-X ${GOMOD}/version.GitCommit=$(GIT_COMMIT) \
-X ${GOMOD}/version.Version=3.0.0"
-X ${GOMOD}/version.Version=2.1.0"

0 comments on commit ec0f80d

Please sign in to comment.