Bump latest tag

This commit is contained in:
André Duffeck
2026-02-05 15:35:05 +01:00
parent 3c906e1dae
commit 312eacd46a
+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.1+dev"
LatestTag = "4.0.3+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions