Update LatestTag to version 4.1.0 (#2096)

This commit is contained in:
Michael Barz
2025-12-31 11:03:57 +01:00
committed by GitHub
parent 2231a7b280
commit 15ece66e96

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