Changed the version of the external API

This commit is contained in:
Paul Berg 2018-09-29 17:58:01 +03:00
parent 35dcd8c306
commit 5142521b84

View file

@ -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"