From fdcc57eece87ff288b05b7e4123efba54ecdec92 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 5 Aug 2019 18:33:17 +0200 Subject: [PATCH] v3.0.1 * Add a deprecation notice to pkg/keyctl. * Remove pkg/keyctl/keyID.ID * Restore the return value of pkg/keyctl/*.ID to be int32 * Update keyctl for other arches 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 268da744be..9ec859031a 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.