bump version, prepare changelog

This commit is contained in:
Michael Barz
2023-11-08 15:35:12 +01:00
parent e084e5a722
commit 21796532e1
52 changed files with 5 additions and 9 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.0.0-alpha.1+dev"
LatestTag = "5.0.0-alpha.2+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions