diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-25 02:04:14 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-25 02:04:14 +0800 |
commit | 96fd1ce270b7e6ab98497b612c3c3dce39670fcc (patch) | |
tree | 835398abd0b630d0c8e70cabb05a8b457a315d3d /mist | |
parent | 6ecbbe4006b8d1c5b40e3b268cd78a6b57605018 (diff) | |
download | go-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.tar.gz go-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.tar.zst go-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.zip |
Bump
Diffstat (limited to 'mist')
-rw-r--r-- | mist/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/main.go b/mist/main.go index 747616f8f..094246c1a 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.5" + Version = "0.6.6" ) var ethereum *eth.Ethereum |