aboutsummaryrefslogtreecommitdiffstats
path: root/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-25 02:41:22 +0800
committerobscuren <geffobscura@gmail.com>2014-09-25 02:41:22 +0800
commit29f5dd38e34b394d947e91597b322d50852effa4 (patch)
tree1331dac4c445733c05c7061fcee173e62da53e97 /mist/main.go
parent6ecbbe4006b8d1c5b40e3b268cd78a6b57605018 (diff)
parent1cb12296f6a0107acd0ed18b28c1d5e414c10bcf (diff)
downloadgo-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar.gz
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar.bz2
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar.lz
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar.xz
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.tar.zst
go-tangerine-29f5dd38e34b394d947e91597b322d50852effa4.zip
Merge branch 'release/0.6.6' into develop
Diffstat (limited to 'mist/main.go')
-rw-r--r--mist/main.go2
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