From 27a5090ad360f1e24cf474c3e3b728ef6c3c8fb6 Mon Sep 17 00:00:00 2001 From: Ivan Tomilov Date: Tue, 19 Sep 2017 14:30:02 +0300 Subject: [PATCH] Started 0.9.9-unstable --- geth/params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/params/version.go b/geth/params/version.go index cbf35d928..046383d60 100644 --- a/geth/params/version.go +++ b/geth/params/version.go @@ -12,7 +12,7 @@ const ( VersionMinor = 9 // VersionPatch is a patch version component of the current release - VersionPatch = 8 + VersionPatch = 9 // VersionMeta is metadata to append to the version string VersionMeta = "unstable"