From b0776a5092008d0924a1028efea3fa00a375dde7 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Wed, 3 May 2017 01:10:05 +0300 Subject: [PATCH] version: starts 0.9.7-unstable --- geth/params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geth/params/version.go b/geth/params/version.go index aa98866e2..bf0b963d9 100644 --- a/geth/params/version.go +++ b/geth/params/version.go @@ -5,10 +5,10 @@ import ( ) const ( - VersionMajor = 0 // Major version component of the current release - VersionMinor = 9 // Minor version component of the current release - VersionPatch = 6 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMajor = 0 // Major version component of the current release + VersionMinor = 9 // Minor version component of the current release + VersionPatch = 7 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version exposes string representation of program version.