[stable-4.0][decomposed] Bump version 4.0.7 (#2778)

This commit is contained in:
Viktor Scharf
2026-05-18 13:58:08 +02:00
committed by GitHub
parent 8f743fe9f3
commit 5caa34d51a

View File

@@ -34,7 +34,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "4.0.6+dev"
LatestTag = "4.0.7+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions