chore: bump version to 8.0.1

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
v.scharfandClaude Opus 4.8 committed 2026-09-16 15:36:05 +02:00
1 parent 3b30a8b6b1
commit c7b175cec0
1 file changed
+1 -1
+1 -1
View File
@@ -34,7 +34,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 = "8.0.0+dev"
LatestTag = "8.0.1+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions