We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18971d9 commit 4fced09Copy full SHA for 4fced09
VERSION
@@ -1 +1 @@
1
-1.4.15
+1.4.16
cmd/geth/main.go
@@ -50,7 +50,7 @@ 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 = 15 // Patch version component of the current release
+ versionPatch = 16 // Patch version component of the current release
54
versionMeta = "stable" // Version metadata to append to the version string
55
56
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
0 commit comments