diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index f752029b7..f70a0bb67 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.3.0-dev" + Version = "1.3.1" VersionMajor = 1 VersionMinor = 3 - VersionPatch = 0 + VersionPatch = 1 ) var ( |