chore(version): bump version number

pull/1032/head
Anthony Lapenna 7 years ago
parent 5ad6837547
commit 206eb0513d

@ -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.

@ -1,6 +1,6 @@
{
"name": "portainer",
"version": "1.13.4",
"version": "1.13.5",
"homepage": "https://github.com/portainer/portainer",
"authors": [
"Anthony Lapenna <anthony.lapenna at gmail dot com>"

@ -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"

Loading…
Cancel
Save