diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-17 21:36:16 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-17 21:36:16 +0800 |
commit | 6c565eae74b1e1a8175f12fd0e26b70e0ad730c1 (patch) | |
tree | 6667968b84c30fffd0b755a9afa70edd2ea384fb /ethereal/main.go | |
parent | c9517024237de781cdc450bca89907217e5a8cef (diff) | |
download | dexon-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.gz dexon-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.zst dexon-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.zip |
bump
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 645e8f2ce..e1cd43ace 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -10,7 +10,7 @@ import ( const ( ClientIdentifier = "Ethereal" - Version = "0.5.16" + Version = "0.5.17" ) func main() { |