From 8d01b454451b508ab53af0f71edd420daa5c3d52 Mon Sep 17 00:00:00 2001 From: itsconquest Date: Thu, 12 Aug 2021 10:35:27 +1200 Subject: [PATCH] fix(api): increment api version to latest (#5414) --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 03736a845..7b7ff45f3 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1392,7 +1392,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.6.0" + APIVersion = "2.6.2" // DBVersion is the version number of the Portainer database DBVersion = 32 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax