aboutsummaryrefslogtreecommitdiffstats
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
parenta6ca8fd26884807c80b649bd2a0e780aa93ced22 (diff)
downloaddexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.gz
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.bz2
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.lz
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.xz
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.tar.zst
dexon-18580e152c1a2480b6245ebba4c62c202ed20ac6.zip
VERSION, cmd/geth: bumped version
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 88c5fb891..bc80560fa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.0
+1.5.0
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
)