chore: bump version

This commit is contained in:
Michael Barz
2024-04-17 14:01:03 +02:00
parent 97035575c3
commit b07925a927

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.1+dev"
LatestTag = "5.0.2+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions