From 23f83f53ccd71e5aefa9faf93e3527a589d1e487 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Wed, 30 Jul 2014 01:05:40 +0200
Subject: Upped version number

---
 ethereal/main.go | 7 ++++---
 ethereum/main.go | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ethereal/main.go b/ethereal/main.go
index 0f99be886..04a04536d 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -1,16 +1,17 @@
 package main
 
 import (
+	"os"
+	"runtime"
+
 	"github.com/ethereum/eth-go/ethlog"
 	"github.com/ethereum/go-ethereum/utils"
 	"github.com/go-qml/qml"
-	"os"
-	"runtime"
 )
 
 const (
 	ClientIdentifier = "Ethereal"
-	Version          = "0.6.0"
+	Version          = "0.6.1"
 )
 
 func main() {
diff --git a/ethereum/main.go b/ethereum/main.go
index 217991074..9ece8133d 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -1,15 +1,16 @@
 package main
 
 import (
+	"runtime"
+
 	"github.com/ethereum/eth-go/ethlog"
 	"github.com/ethereum/eth-go/ethutil"
 	"github.com/ethereum/go-ethereum/utils"
-	"runtime"
 )
 
 const (
 	ClientIdentifier = "Ethereum(G)"
-	Version          = "0.6.0"
+	Version          = "0.6.1"
 )
 
 var logger = ethlog.NewLogger("CLI")
-- 
cgit v1.2.3