From 3cd7b71b83b8392e7ee41aef7b27af697a33e4f1 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 11 Jul 2025 10:58:13 +0200 Subject: [PATCH] Release v0.40.0 Signed-off-by: Bryan Frimin --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"