mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Changed the version of the external API
This commit is contained in:
parent
a1b23c427a
commit
46746d55f8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import (
|
|||
)
|
||||
|
||||
// ExternalAPIVersion -- see extapi_changelog.md
|
||||
const ExternalAPIVersion = "4.0.0"
|
||||
const ExternalAPIVersion = "5.0.0"
|
||||
|
||||
// InternalAPIVersion -- see intapi_changelog.md
|
||||
const InternalAPIVersion = "3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue