Merge commit '916d6a441' into merge/geth-v1.13.5

This commit is contained in:
philip-morlier
2023-11-14 08:39:46 -08:00
157 changed files with 7839 additions and 9786 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 = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)