chore: prepare changelog, bump version, update CD

This commit is contained in:
Michael Barz
2024-07-08 15:49:26 +02:00
parent 31069b0d07
commit e586a71570
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.0.0+dev"
LatestTag = "6.1.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions