From 7a5b279459d5a52242b88f2e8ffce62c2c30babb Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 26 Sep 2014 13:35:48 +0200 Subject: Version bump --- mist/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mist/main.go') diff --git a/mist/main.go b/mist/main.go index 094246c1a..6e4554352 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.6" + Version = "0.6.7" ) var ethereum *eth.Ethereum -- cgit