diff --git a/api/portainer.go b/api/portainer.go index a3e8b76bf..ee84c4404 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -130,7 +130,7 @@ type ( const ( // APIVersion is the version number of portainer API. - APIVersion = "1.11.3" + APIVersion = "1.11.4" ) const ( diff --git a/app/app.js b/app/app.js index 89c33f828..e819fd0aa 100644 --- a/app/app.js +++ b/app/app.js @@ -510,4 +510,4 @@ angular.module('portainer', [ .constant('ENDPOINTS_ENDPOINT', 'api/endpoints') .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('PAGINATION_MAX_ITEMS', 10) - .constant('UI_VERSION', 'v1.11.3'); + .constant('UI_VERSION', 'v1.11.4'); diff --git a/bower.json b/bower.json index d69e8403e..5fb8e2982 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.11.3", + "version": "1.11.4", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index c1400d2c9..641ca76ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.11.3", + "version": "1.11.4", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"