diff --git a/api/portainer.go b/api/portainer.go index 7051588dd..ec651c3d6 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -266,7 +266,7 @@ type ( const ( // APIVersion is the version number of the Portainer API. - APIVersion = "1.13.1" + APIVersion = "1.13.2" // DBVersion is the version number of the Portainer database. DBVersion = 2 // DefaultTemplatesURL represents the default URL for the templates definitions. diff --git a/app/app.js b/app/app.js index ddb5bd587..446e3dd18 100644 --- a/app/app.js +++ b/app/app.js @@ -690,4 +690,4 @@ angular.module('portainer', [ .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('DEFAULT_TEMPLATES_URL', 'https://raw.githubusercontent.com/portainer/templates/master/templates.json') .constant('PAGINATION_MAX_ITEMS', 10); - // .constant('UI_VERSION', 'v1.13.1'); + // .constant('UI_VERSION', 'v1.13.2'); diff --git a/bower.json b/bower.json index e06c0615a..c4fd69c3c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.13.1", + "version": "1.13.2", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 71c62f3ea..40af843db 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.13.1", + "version": "1.13.2", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"