From e9c6feb3c40b46d8e8a23d749510ef28f670004d Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 5 Apr 2017 10:15:03 +0200 Subject: [PATCH] chore(version): bump version number --- api/portainer.go | 2 +- app/app.js | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 7feaab60a..801b89e9f 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -176,7 +176,7 @@ type ( const ( // APIVersion is the version number of Portainer API. - APIVersion = "1.12.2" + APIVersion = "1.12.3" // DBVersion is the version number of Portainer database. DBVersion = 1 ) diff --git a/app/app.js b/app/app.js index 1142ad666..b51d1c871 100644 --- a/app/app.js +++ b/app/app.js @@ -594,4 +594,4 @@ angular.module('portainer', [ .constant('ENDPOINTS_ENDPOINT', 'api/endpoints') .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('PAGINATION_MAX_ITEMS', 10) - .constant('UI_VERSION', 'v1.12.2'); + .constant('UI_VERSION', 'v1.12.3'); diff --git a/bower.json b/bower.json index 5fc36af9e..993ec2765 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.12.2", + "version": "1.12.3", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 8b72e0f64..cce68414c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.12.2", + "version": "1.12.3", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"