chore: prepare changelog, bump version, update CD, add release to table

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-08-20 10:28:52 +02:00
parent 47ea3e81b9
commit 454c119d0b
32 changed files with 9 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 = "6.2.0+dev"
LatestTag = "6.3.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions