From 6b3ca54bfd894192f169cc1455faefabdfcc9510 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Thu, 20 Oct 2016 00:01:25 +0600 Subject: [PATCH] bumped version 3.0.1 --- VERSION | 2 +- cmd/geth/main.go | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 4a36342fc..cb2b00e4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.1 diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 5941b2e91..6eb9c8da9 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -47,11 +47,11 @@ import ( ) const ( - clientIdentifier = "Geth" // Client identifier to advertise over the network - versionMajor = 3 // Major version component of the current release - versionMinor = 0 // Minor version component of the current release - versionPatch = 0 // Patch version component of the current release - versionMeta = "stable" // Version metadata to append to the version string + clientIdentifier = "Geth" // Client identifier to advertise over the network + versionMajor = 3 // Major version component of the current release + versionMinor = 0 // 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 // !EPROJECT Replace Oracle or remove point of centralization versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle