diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-09 23:43:45 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-09 23:43:45 +0800 |
commit | 344277d026001d8e114ebfad92f1c385dcd3d3da (patch) | |
tree | 07f8b038c7421e1a9af0fd54e7b78e0002c4591e /cmd/geth | |
parent | 3add8cfdb09d3ff921525cd37212e9c30f33f6f5 (diff) | |
download | go-tangerine-344277d026001d8e114ebfad92f1c385dcd3d3da.tar.gz go-tangerine-344277d026001d8e114ebfad92f1c385dcd3d3da.tar.zst go-tangerine-344277d026001d8e114ebfad92f1c385dcd3d3da.zip |
cmd/geth: version bump 0.9.38
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 5ac93a983..3805f3386 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -49,7 +49,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.36" + Version = "0.9.38" ) var ( |