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

bumped version 3.0.1 #82

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
10 changes: 5 additions & 5 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
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