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

Commit

Permalink
Merge pull request #82 from ethereumproject/version/3.0.1
Browse files Browse the repository at this point in the history
bumped version 3.0.1
  • Loading branch information
ericsomdahl committed Oct 19, 2016
2 parents d6f2b9b + 6b3ca54 commit 65f1fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
10 changes: 5 additions & 5 deletions cmd/geth/main.go
Expand Up @@ -47,11 +47,11 @@ 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 = 0 // Patch version component of the current release
versionMeta = "stable" // Version metadata to append to the version string
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
versionMeta = "unstable" // Version metadata to append to the version string

// !EPROJECT Replace Oracle or remove point of centralization
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
Expand Down

0 comments on commit 65f1fbc

Please sign in to comment.