diff --git a/api/portainer.go b/api/portainer.go index 63e0ff931..f5c870e2f 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1781,7 +1781,7 @@ const ( // APIVersion is the version number of the Portainer API APIVersion = "2.34.0" // Support annotation for the API version ("STS" for Short-Term Support or "LTS" for Long-Term Support) - APIVersionSupport = "LTS" + APIVersionSupport = "STS" // Edition is what this edition of Portainer is called Edition = PortainerCE // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax