From 2490b2cc167077cde342fe88fa51c8f7f5e83e21 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 25 Feb 2021 11:18:51 +0100 Subject: [PATCH] v5.10.4 * copy: compute blob compression on reused blobs based on source MediaType * copy: provide compression info about copied blobs 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 a0891e2f94..c3fcab82af 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.