From 0e0764eff83747ea6a9bf093978a63683af90be7 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 29 Jun 2017 16:37:22 +0200 Subject: [PATCH] chore(version): bump version number --- api/portainer.go | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 3bb862c98..fad8e5168 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.3" + APIVersion = "1.13.4" // 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 c4563ea27..3c5b32df4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.13.3", + "version": "1.13.4", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 206efa37e..a1bfab28d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.13.3", + "version": "1.13.4", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"