mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-03-03 07:34:51 +01:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7e3dfc5a2 | ||
|
|
3e1dbc3ca7 | ||
|
|
adb065a328 | ||
|
|
c793cb3385 | ||
|
|
3eef19598e | ||
|
|
f4aebd4c8d | ||
|
|
98be7cd833 | ||
|
|
eaf706b73c | ||
|
|
b170a80cdc | ||
|
|
aefffc9ed8 | ||
|
|
f31a3a251a | ||
|
|
a9c94cbf48 |
@@ -50,7 +50,7 @@ const (
|
||||
clientIdentifier = "Geth" // Client identifier to advertise over the network
|
||||
versionMajor = 1 // Major version component of the current release
|
||||
versionMinor = 4 // Minor version component of the current release
|
||||
versionPatch = 7 // Patch version component of the current release
|
||||
versionPatch = 9 // Patch version component of the current release
|
||||
versionMeta = "stable" // Version metadata to append to the version string
|
||||
|
||||
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
|
||||
|
||||
Reference in New Issue
Block a user