From 46746d55f82f54a49b1aa6b09e341e523ed429fb Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Sat, 29 Sep 2018 17:58:01 +0300 Subject: [PATCH] Changed the version of the external API --- cmd/clef/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clef/main.go b/cmd/clef/main.go index 898a638296..2d0805648b 100644 --- a/cmd/clef/main.go +++ b/cmd/clef/main.go @@ -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"