Merge commit 'c3d9ca62c' into merge/geth-v1.13.6

This commit is contained in:
philip-morlier
2023-12-20 09:33:18 -08:00
10 changed files with 135 additions and 39 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 = 6 // Patch version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)