Skip to content

Commit

Permalink
Fix Makefile LDFLAG VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantapatil3 committed Jan 24, 2023
1 parent 4210b3b commit aba9e21
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 @@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/

COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null)
BUILD_DATE ?= $(shell date +%FT%T%z)
VERSION ?= 0.3.7
VERSION ?= 0.3.8
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.commitHash=${COMMIT_HASH}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.buildDate=${BUILD_DATE}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.version=${VERSION}
Expand Down

0 comments on commit aba9e21

Please sign in to comment.