aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-24 18:30:41 +0800
committerobscuren <geffobscura@gmail.com>2014-07-24 18:30:41 +0800
commita06a84d19b24da4005bc4d150f071ec4a703521b (patch)
tree68b5ff4d60831d278cea13ea2a95de8af04ff3ed /ethereal/main.go
parente7a80ec68165755678647f2d3e9b475d492a70dd (diff)
downloadgo-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.gz
go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.zst
go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.zip
Refactored to reflect the new VM and State
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 e1cd43ace..ebda552ee 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -10,7 +10,7 @@ import (
const (
ClientIdentifier = "Ethereal"
- Version = "0.5.17"
+ Version = "0.6.0"
)
func main() {