reva-bump-2.42.1 (#2225)

This commit is contained in:
Viktor Scharf
2026-01-28 15:51:15 +01:00
committed by GitHub
parent a90e1296ba
commit e7c14d2ee4
5 changed files with 69 additions and 8 deletions

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