aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-29 04:38:10 +0800
committerobscuren <geffobscura@gmail.com>2014-11-29 04:38:10 +0800
commita3559c5e1b469890bb8d71e9992175febaae31c7 (patch)
treea3f1c73b4cac569da045d292a3eee0e5889f6cdd /cmd
parentc8d0f8adc5145f650ced3ad5c8c008eb4b4094e2 (diff)
downloaddexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.gz
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.bz2
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.lz
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.xz
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.zst
dexon-a3559c5e1b469890bb8d71e9992175febaae31c7.zip
updated PV
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go2
-rw-r--r--cmd/mist/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 88549b30a..1493de384 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.7.5"
+ Version = "0.7.6"
)
var clilogger = logger.NewLogger("CLI")
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index bc05d4f3d..39beeafdb 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.7.5"
+ Version = "0.7.6"
)
var ethereum *eth.Ethereum