From 83a4b8b49bc28dad0539d040dceca48b7b75baf2 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 8 Oct 2014 12:24:42 +0200 Subject: [PATCH] Version bump --- ethereum/main.go | 2 +- mist/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereum/main.go b/ethereum/main.go index 3729b840b..6a9af6b96 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.8" + Version = "0.7.0" ) var logger = ethlog.NewLogger("CLI") diff --git a/mist/main.go b/mist/main.go index a860f7527..12f8681cf 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.8" + Version = "0.7.0" ) var ethereum *eth.Ethereum