Merge commit 'b20b4a715' into merge/geth-v1.13.8

This commit is contained in:
philip-morlier
2023-12-22 07:37:09 -08:00
44 changed files with 22911 additions and 2212 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 13 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)