diff --git a/VERSION b/VERSION index a8fdfda1c7824e3986f12c42b9abb7a1305a6c6c..53adb84c8220e486bbbd53a613527ea448507b8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 +1.8.2 diff --git a/params/version.go b/params/version.go index 86dae73430a5763ca9a82e60e070d76021ee84e2..c0437cef027edae0822d14c3f3809e4311a61d41 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 8 // 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 + VersionMajor = 1 // Major version component of the current release + VersionMinor = 8 // Minor version component of the current release + VersionPatch = 2 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string.