diff --git a/GNUmakefile b/GNUmakefile index 99dc2f7da..4493bf21b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.39.0 +VERSION= 0.40.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"