diff --git a/pkg/version/version.go b/pkg/version/version.go index 5e7557d734..4d09b2c5ad 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.4+dev" + LatestTag = "4.0.5+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions