diff --git a/api/portainer.go b/api/portainer.go index ac9fd0c92..1f2caeb9b 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -443,7 +443,7 @@ type ( const ( // APIVersion is the version number of the Portainer API. - APIVersion = "1.17.1" + APIVersion = "1.17.1-dev" // DBVersion is the version number of the Portainer database. DBVersion = 11 // DefaultTemplatesURL represents the default URL for the templates definitions. diff --git a/api/swagger.yaml b/api/swagger.yaml index 0f81812f1..edacf59d7 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -56,7 +56,7 @@ info: **NOTE**: You can find more information on how to query the Docker API in the [Docker official documentation](https://docs.docker.com/engine/api/v1.30/) as well as in [this Portainer example](https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8). - version: "1.17.1" + version: "1.17.1-dev" title: "Portainer API" contact: email: "info@portainer.io" @@ -2176,7 +2176,7 @@ definitions: description: "Is analytics enabled" Version: type: "string" - example: "1.17.1" + example: "1.17.1-dev" description: "Portainer API version" PublicSettingsInspectResponse: type: "object" diff --git a/distribution/portainer.spec b/distribution/portainer.spec index 2795a7ae5..c6b13baa4 100644 --- a/distribution/portainer.spec +++ b/distribution/portainer.spec @@ -1,5 +1,5 @@ Name: portainer -Version: 1.17.1 +Version: 1.17.1-dev Release: 0 License: Zlib Summary: A lightweight docker management UI diff --git a/package.json b/package.json index f152c9882..067d94e40 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.17.1", + "version": "1.17.1-dev", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"