forked from cerc-io/ipld-eth-server
update geth to 1.8.23 (post can'tstantinople)
This commit is contained in:
+4
-1
@@ -23,7 +23,7 @@ import (
|
||||
const (
|
||||
VersionMajor = 0 // Major version component of the current release
|
||||
VersionMinor = 3 // Minor version component of the current release
|
||||
VersionPatch = 9 // Patch version component of the current release
|
||||
VersionPatch = 11 // Patch version component of the current release
|
||||
VersionMeta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
@@ -41,6 +41,9 @@ var VersionWithMeta = func() string {
|
||||
return v
|
||||
}()
|
||||
|
||||
// Git SHA1 commit hash of the release, will be set by main.init() function
|
||||
var GitCommit string
|
||||
|
||||
// ArchiveVersion holds the textual version string used for Swarm archives.
|
||||
// e.g. "0.3.0-dea1ce05" for stable releases, or
|
||||
// "0.3.1-unstable-21c059b6" for unstable releases
|
||||
|
||||
Reference in New Issue
Block a user