Release v0.74.7

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-20 15:12:16 +02:00
parent ebe2401132
commit 905753d3a4
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## Unreleased
## [0.74.7] - 2025-10-20
### Fixed
- Fix compliance website wording
## [0.74.6] - 2025-10-20
### Fixed

View File

@@ -14,7 +14,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
VERSION= 0.74.6
VERSION= 0.74.7
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
GCFLAGS= -gcflags="-e"