diff --git a/api/portainer.go b/api/portainer.go index 501b6501c..14032e931 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -176,7 +176,7 @@ type ( const ( // APIVersion is the version number of Portainer API. - APIVersion = "1.11.4" + APIVersion = "1.12.0" // DBVersion is the version number of Portainer database. DBVersion = 1 ) diff --git a/app/app.js b/app/app.js index a78d2f18e..7805c060b 100644 --- a/app/app.js +++ b/app/app.js @@ -566,4 +566,4 @@ angular.module('portainer', [ .constant('ENDPOINTS_ENDPOINT', 'api/endpoints') .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('PAGINATION_MAX_ITEMS', 10) - .constant('UI_VERSION', 'v1.11.4'); + .constant('UI_VERSION', 'v1.12.0'); diff --git a/bower.json b/bower.json index 1c4d9514a..c17158184 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.11.4", + "version": "1.12.0", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 8f879fe51..90a566de0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.11.4", + "version": "1.12.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"