Merge tag 'v1.13.14' into merge/geth-v1.13.14

This commit is contained in:
philip-morlier
2024-02-27 09:11:02 -08:00
19 changed files with 113 additions and 74 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 = 13 // Patch version component of the current release
VersionPatch = 14 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)