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.14
1
+ 1.4.15
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ import (
47
47
)
48
48
49
49
const (
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
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 = 15 // Patch version component of the current release
54
+ versionMeta = "stable " // Version metadata to append to the version string
55
55
56
56
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
57
57
)
You can’t perform that action at this time.
0 commit comments