bump-version-4.0.1 (#2028)

apiAntivirus/antivirus.feature:228 was green in the previous run
This commit is contained in:
Viktor Scharf
2025-12-15 14:39:51 +01:00
committed by GitHub
parent 7bdbd9c474
commit fa4cd8e279

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 = "4.0.0-rc.3+dev"
LatestTag = "4.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