aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
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 /cmd/geth/main.go
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
Diffstat (limited to 'cmd/geth/main.go')
-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 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 (