From 430a4894462487552aaf7a415d1266c50919460d Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 22 Sep 2014 15:14:16 +0200 Subject: Crazy versioning! --- 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 6e4554352..747616f8f 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.7" + Version = "0.6.5" ) var ethereum *eth.Ethereum -- cgit