From b81baf54239c3a757f1b0d5170240c8b483b8e72 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 16 Nov 2016 10:46:22 +0100 Subject: [PATCH] utils: bump stable --- cmd/utils/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/utils/version.go b/cmd/utils/version.go index 801017e80..a3f7cfbba 100644 --- a/cmd/utils/version.go +++ b/cmd/utils/version.go @@ -28,10 +28,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 5 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 5 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.