bump version, prepare changelog

This commit is contained in:
Michael Barz
2023-07-18 11:56:32 +02:00
parent 70411e613e
commit d807af752e
49 changed files with 6 additions and 6 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 = "3.1.0-next.2+dev"
LatestTag = "3.1.0-beta.1+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions