chore(version): bump version number

pull/740/head
Anthony Lapenna 2017-03-28 15:18:29 +02:00
parent cd4b5e0c80
commit 135a92feb4
4 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ type (
const (
// APIVersion is the version number of Portainer API.
APIVersion = "1.12.1"
APIVersion = "1.12.2"
// DBVersion is the version number of Portainer database.
DBVersion = 1
)

View File

@ -573,4 +573,4 @@ angular.module('portainer', [
.constant('ENDPOINTS_ENDPOINT', 'api/endpoints')
.constant('TEMPLATES_ENDPOINT', 'api/templates')
.constant('PAGINATION_MAX_ITEMS', 10)
.constant('UI_VERSION', 'v1.12.1');
.constant('UI_VERSION', 'v1.12.2');

View File

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

View File

@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "1.12.1",
"version": "1.12.2",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"