From fa4cd8e2793cd7fef9cc0675b52219fd505d4292 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 15 Dec 2025 14:39:51 +0100 Subject: [PATCH] bump-version-4.0.1 (#2028) apiAntivirus/antivirus.feature:228 was green in the previous run --- pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index d7aed0934a..2ac26ce59a 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -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