diff --git a/api/http/handler/handler.go b/api/http/handler/handler.go index e79b7b9e9..50a7dc040 100644 --- a/api/http/handler/handler.go +++ b/api/http/handler/handler.go @@ -82,7 +82,7 @@ type Handler struct { } // @title PortainerCE API -// @version 2.18.0 +// @version 2.19.0 // @description.markdown api-description.md // @termsOfService diff --git a/api/portainer.go b/api/portainer.go index 0a5ae6380..e6ed05361 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1510,7 +1510,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.18.0" + APIVersion = "2.19.0" // Edition is what this edition of Portainer is called Edition = PortainerCE // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index d38131e50..0f13aa23d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.18.0", + "version": "2.19.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"