diff --git a/Makefile b/Makefile index 945286e0..0253a310 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BINARY = plumber GO = CGO_ENABLED=$(CGO_ENABLED) GOFLAGS=-mod=vendor go CGO_ENABLED ?= 0 -GO_BUILD_FLAGS = -ldflags "-X main.Version=${VERSION}" +GO_BUILD_FLAGS = -ldflags "-X github.com/batchcorp/plumber/cli.version=${VERSION}" # Pattern #1 example: "example : description = Description for example target" # Pattern #2 example: "### Example separator text