feat: prepare changelog, bump version

This commit is contained in:
Michael Barz
2023-12-20 14:37:52 +01:00
parent ab57f985cc
commit f0da02ecb0
27 changed files with 32 additions and 25 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-beta.1+dev"
LatestTag = "5.0.0-beta.2+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions