aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-10-21 21:53:54 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-10-21 21:53:54 +0800
commit6962eda19dc0269146c4b729275f9a2561bd11d9 (patch)
tree08b4ace96506ff431ca072c39666047069f62758
parent619b37ca37bb2dc246edbcff4fa16380ceec4eff (diff)
downloadgo-tangerine-1.2.3.tar
go-tangerine-1.2.3.tar.gz
go-tangerine-1.2.3.tar.bz2
go-tangerine-1.2.3.tar.lz
go-tangerine-1.2.3.tar.xz
go-tangerine-1.2.3.tar.zst
go-tangerine-1.2.3.zip
VERSION, cmd/geth: version 1.2.3v1.2.3
-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 23aa83906..0495c4a88 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.2
+1.2.3
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index d8e612acb..9bed70c46 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "1.2.2"
+ Version = "1.2.3"
VersionMajor = 1
VersionMinor = 2
- VersionPatch = 2
+ VersionPatch = 3
)
var (