diff --git a/api/portainer.go b/api/portainer.go index 756653787..6ed70e7ee 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.5" + APIVersion = "1.13.6" // 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 52fcd4eda..fc93a251e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.13.5", + "version": "1.13.6", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 70665e948..dde247094 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.13.5", + "version": "1.13.6", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"