diff --git a/api/portainer.go b/api/portainer.go index 7c8888f50..9d50a67a5 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1472,7 +1472,7 @@ const ( // APIVersion is the version number of the Portainer API APIVersion = "2.9.1" // DBVersion is the version number of the Portainer database - DBVersion = 32 + DBVersion = 33 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax ComposeSyntaxMaxVersion = "3.9" // AssetsServerURL represents the URL of the Portainer asset server