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.
2 parents 311f5a0 + 27df30f commit a269a71Copy full SHA for a269a71
VERSION
@@ -1 +1 @@
1
-1.4.4
+1.4.5
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 = 4 // Patch version component of the current release
+ versionPatch = 5 // 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