chore(version): bump version number
parent
d54d30a7be
commit
4d6dadd17c
|
@ -118,7 +118,7 @@ type (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// APIVersion is the version number of portainer API.
|
// APIVersion is the version number of portainer API.
|
||||||
APIVersion = "1.10.2"
|
APIVersion = "1.11.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -554,4 +554,4 @@ angular.module('portainer', [
|
||||||
.constant('ENDPOINTS_ENDPOINT', '/api/endpoints')
|
.constant('ENDPOINTS_ENDPOINT', '/api/endpoints')
|
||||||
.constant('TEMPLATES_ENDPOINT', '/api/templates')
|
.constant('TEMPLATES_ENDPOINT', '/api/templates')
|
||||||
.constant('PAGINATION_MAX_ITEMS', 10)
|
.constant('PAGINATION_MAX_ITEMS', 10)
|
||||||
.constant('UI_VERSION', 'v1.10.2');
|
.constant('UI_VERSION', 'v1.11.0');
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "portainer",
|
"name": "portainer",
|
||||||
"version": "1.10.2",
|
"version": "1.11.0",
|
||||||
"homepage": "https://github.com/portainer/portainer",
|
"homepage": "https://github.com/portainer/portainer",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Anthony Lapenna <anthony.lapenna at gmail dot com>"
|
"Anthony Lapenna <anthony.lapenna at gmail dot com>"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"author": "Portainer.io",
|
"author": "Portainer.io",
|
||||||
"name": "portainer",
|
"name": "portainer",
|
||||||
"homepage": "http://portainer.io",
|
"homepage": "http://portainer.io",
|
||||||
"version": "1.10.2",
|
"version": "1.11.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:portainer/portainer.git"
|
"url": "git@github.com:portainer/portainer.git"
|
||||||
|
|
Loading…
Reference in New Issue