diff --git a/api/portainer.go b/api/portainer.go index 24a9d0f27..0bd3fe6d8 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -119,7 +119,7 @@ type ( const ( // APIVersion is the version number of portainer API. - APIVersion = "1.11.1" + APIVersion = "1.11.2" ) const ( diff --git a/app/app.js b/app/app.js index 69db12057..08d2de18a 100644 --- a/app/app.js +++ b/app/app.js @@ -568,4 +568,4 @@ angular.module('portainer', [ .constant('ENDPOINTS_ENDPOINT', 'api/endpoints') .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('PAGINATION_MAX_ITEMS', 10) - .constant('UI_VERSION', 'v1.11.1'); + .constant('UI_VERSION', 'v1.11.2'); diff --git a/bower.json b/bower.json index e33a4c23c..11fe570e4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.11.1", + "version": "1.11.2", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 1b8f6721a..5a08800ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.11.1", + "version": "1.11.2", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"