aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-22 02:23:09 +0800
committerobscuren <geffobscura@gmail.com>2014-08-22 02:23:09 +0800
commit7855a233a7ed4968d93fc76a74501c931574f6eb (patch)
tree84819a27c1950dcd88171de81146316ebf4711bc /ethereal/main.go
parented73fc0be3abbaad31302be67ed4137140883de4 (diff)
parentb8495471161a20d325671b56dd6f3243c8f2a075 (diff)
downloadgo-tangerine-7855a233a7ed4968d93fc76a74501c931574f6eb.tar.gz
go-tangerine-7855a233a7ed4968d93fc76a74501c931574f6eb.tar.zst
go-tangerine-7855a233a7ed4968d93fc76a74501c931574f6eb.zip
Merge branch 'release/0.6.4'v0.6.4
Diffstat (limited to 'ethereal/main.go')
-rw-r--r--ethereal/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index 4101efbca..4cb8630e8 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Ethereal"
- Version = "0.6.3"
+ Version = "0.6.4"
)
var ethereum *eth.Ethereum