From 05ad1bef7affaf40b047fc4e55619a0ef5f3c41b Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 30 May 2022 09:49:19 +0200 Subject: [PATCH] v5.19.4 * vendor c/storage@v1.38.4 (backports for https://bugzilla.redhat.com/show_bug.cgi?id=2072452) Signed-off-by: Valentin Rothberg --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 53dfbabdf1..0a262ab6c9 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 4 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.