chore: bump version, prepare changelog

This commit is contained in:
Michael Barz
2024-09-12 14:00:01 +02:00
parent 2a911a0f13
commit 8ab1d5924c
28 changed files with 7 additions and 7 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 = "6.3.0+dev"
LatestTag = "6.4.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions