Changed the version of the external API

This commit is contained in:
Paul Berg 2018-09-29 17:58:01 +03:00 committed by Martin Holst Swende
parent a1b23c427a
commit 46746d55f8
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

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