chore: revert changes that are not needed from master

This commit is contained in:
Benedikt Kulmann
2024-02-15 16:40:26 +01:00
parent 1471ae262e
commit 9cbeb14f1c
3 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -16,7 +16,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.1.0-prealpha+dev"
LatestTag = "5.0.0-rc.4+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions