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 c4ed34f commit 5ca5ccfCopy full SHA for 5ca5ccf
VERSION
@@ -1 +1 @@
1
-1.4.10
+1.4.11
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 = 10 // Patch version component of the current release
+ versionPatch = 11 // 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