diff --git a/api/portainer.go b/api/portainer.go index fad8e5168..756653787 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -305,7 +305,7 @@ type ( const ( // APIVersion is the version number of the Portainer API. - APIVersion = "1.13.4" + APIVersion = "1.13.5" // DBVersion is the version number of the Portainer database. DBVersion = 2 // DefaultTemplatesURL represents the default URL for the templates definitions. diff --git a/bower.json b/bower.json index ab0ebcc00..52fcd4eda 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.13.4", + "version": "1.13.5", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 028cf082e..70665e948 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.13.4", + "version": "1.13.5", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"