bump-web-5.0.0 (#2216)

This commit is contained in:
Viktor Scharf
2026-01-26 15:33:43 +01:00
committed by GitHub
parent 0d3fe86873
commit 6cefc94493
3 changed files with 3 additions and 3 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.1.0+dev"
LatestTag = "5.0.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions