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