Merge branch 'ethereum:master' into portal

This commit is contained in:
Chen Kai 2024-04-24 17:29:18 +08:00 committed by GitHub
commit 481c23ef90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 14 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)