diff --git a/api/http/handler/handler.go b/api/http/handler/handler.go index df6333f6a..62c43e66c 100644 --- a/api/http/handler/handler.go +++ b/api/http/handler/handler.go @@ -74,7 +74,7 @@ type Handler struct { } // @title PortainerCE API -// @version 2.9.1 +// @version 2.9.2 // @description.markdown api-description.md // @termsOfService diff --git a/api/portainer.go b/api/portainer.go index 9d50a67a5..4eb4d4dfc 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1470,7 +1470,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.9.1" + APIVersion = "2.9.2" // DBVersion is the version number of the Portainer database DBVersion = 33 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index 4ff4ccc62..a67a7b332 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.9.1", + "version": "2.9.2", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git" @@ -175,4 +175,4 @@ "*.js": "eslint --cache --fix", "*.{js,css,md,html}": "prettier --write" } -} \ No newline at end of file +}