chore: bump version

This commit is contained in:
Michael Barz
2026-04-07 16:24:04 +02:00
parent 2ef68e35be
commit 9f8bd2c1ce

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.4+dev"
LatestTag = "4.0.5+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions