update vendor dep; constrain to revision of geth with UnpackIntoMap; updates to match

This commit is contained in:
Ian Norden
2019-04-03 00:14:02 -05:00
parent fea4ce0c7a
commit 72c73c25b7
808 changed files with 70961 additions and 99487 deletions
+4 -4
View File
@@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor 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
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 12 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.