From 978737f5d51ee4e60c00afb0c4ac8784b2faa059 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 24 Nov 2016 23:02:43 +0100 Subject: cmd/utils: 1.5.3 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 05dd257fc..e3a447f60 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 = 3 // 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 = 3 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. -- cgit