File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.4.13
1+ 1.4.14
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ import (
4747)
4848
4949const (
50- clientIdentifier = "Geth" // Client identifier to advertise over the network
51- versionMajor = 1 // Major version component of the current release
52- versionMinor = 4 // Minor version component of the current release
53- versionPatch = 13 // Patch version component of the current release
54- versionMeta = "stable " // Version metadata to append to the version string
50+ clientIdentifier = "Geth" // Client identifier to advertise over the network
51+ versionMajor = 1 // Major version component of the current release
52+ versionMinor = 4 // Minor version component of the current release
53+ versionPatch = 14 // Patch version component of the current release
54+ versionMeta = "prerelease " // Version metadata to append to the version string
5555
5656 versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
5757)
You can’t perform that action at this time.
0 commit comments