aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2016-04-20 00:17:44 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2016-04-20 00:17:44 +0800
commit18580e152c1a2480b6245ebba4c62c202ed20ac6 (patch)
tree2577d8eb8fe6f716dc23b37bdf8011956189fbd3 /cmd/geth
parenta6ca8fd26884807c80b649bd2a0e780aa93ced22 (diff)
downloadgo-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.gz
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.bz2
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.lz
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.xz
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.zst
go-tangerine-18580e152c1a2480b6245ebba4c62c202ed20ac6.zip
VERSION, cmd/geth: bumped version
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 512a5f183..6ab4ed45b 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -45,9 +45,9 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "1.4.0-unstable"
+ Version = "1.5.0-unstable"
VersionMajor = 1
- VersionMinor = 4
+ VersionMinor = 5
VersionPatch = 0
)