Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
bumped version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Oct 20, 2016
1 parent ade15b9 commit f3e5fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1.0
4 changes: 2 additions & 2 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ import (
const (
clientIdentifier = "Geth" // Client identifier to advertise over the network
versionMajor = 3 // Major version component of the current release
versionMinor = 0 // Minor version component of the current release
versionPatch = 1 // Patch version component of the current release
versionMinor = 1 // Minor version component of the current release
versionPatch = 0 // Patch version component of the current release
versionMeta = "unstable" // Version metadata to append to the version string

// !EPROJECT Replace Oracle or remove point of centralization
Expand Down

0 comments on commit f3e5fb5

Please sign in to comment.