diff --git a/api/datastore/test_data/output_24_to_latest.json b/api/datastore/test_data/output_24_to_latest.json index 3b262447f..0519c8a65 100644 --- a/api/datastore/test_data/output_24_to_latest.json +++ b/api/datastore/test_data/output_24_to_latest.json @@ -919,7 +919,7 @@ ], "version": { "DB_UPDATING": "false", - "DB_VERSION": "60", + "DB_VERSION": "70", "INSTANCE_ID": "null" } } \ No newline at end of file diff --git a/api/http/handler/handler.go b/api/http/handler/handler.go index afc8c7e88..7e7a7ec26 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.15.0 +// @version 2.16.0 // @description.markdown api-description.md // @termsOfService diff --git a/api/portainer.go b/api/portainer.go index 13333c45b..b3e7e6689 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1400,9 +1400,9 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.15.0" + APIVersion = "2.16.0" // DBVersion is the version number of the Portainer database - DBVersion = 60 + DBVersion = 70 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax ComposeSyntaxMaxVersion = "3.9" // AssetsServerURL represents the URL of the Portainer asset server diff --git a/package.json b/package.json index 444076720..84e9c9063 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.15.0", + "version": "2.16.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"