diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-22 02:23:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-22 02:23:09 +0800 |
commit | 7855a233a7ed4968d93fc76a74501c931574f6eb (patch) | |
tree | 84819a27c1950dcd88171de81146316ebf4711bc /ethereal/main.go | |
parent | ed73fc0be3abbaad31302be67ed4137140883de4 (diff) | |
parent | b8495471161a20d325671b56dd6f3243c8f2a075 (diff) | |
download | go-tangerine-0.6.4.tar go-tangerine-0.6.4.tar.gz go-tangerine-0.6.4.tar.bz2 go-tangerine-0.6.4.tar.lz go-tangerine-0.6.4.tar.xz go-tangerine-0.6.4.tar.zst go-tangerine-0.6.4.zip |
Merge branch 'release/0.6.4'v0.6.4
Diffstat (limited to 'ethereal/main.go')
-rw-r--r-- | ethereal/main.go | 2 |
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 |