🎉 Release 4.0.5 (#2556)

* 🎉 Release 4.0.5

* 🎉 Release 4.0.5

* chore: bump version

* 🎉 Release 4.0.5

---------

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
This commit is contained in:
OpenCloud Devops
2026-04-08 14:49:44 +02:00
committed by GitHub
co-authored by Michael Barz
parent d7f87eeb0b
commit f4d1fb2cdf
2 changed files with 11 additions and 1 deletions
+1 -1
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