Skip to content

Commit

Permalink
Merge tag '1.11.1' into develop
Browse files Browse the repository at this point in the history
Release 1.11.1
  • Loading branch information
deviantony committed Jan 4, 2017
2 parents 13943c3 + d579f62 commit 2610e3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/portainer.go
Expand Up @@ -118,7 +118,7 @@ type (

const (
// APIVersion is the version number of portainer API.
APIVersion = "1.11.0"
APIVersion = "1.11.1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion app/app.js
Expand Up @@ -554,4 +554,4 @@ angular.module('portainer', [
.constant('ENDPOINTS_ENDPOINT', 'api/endpoints')
.constant('TEMPLATES_ENDPOINT', 'api/templates')
.constant('PAGINATION_MAX_ITEMS', 10)
.constant('UI_VERSION', 'v1.11.0');
.constant('UI_VERSION', 'v1.11.1');
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "portainer",
"version": "1.11.0",
"version": "1.11.1",
"homepage": "https://github.com/portainer/portainer",
"authors": [
"Anthony Lapenna <anthony.lapenna at gmail dot com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "1.11.0",
"version": "1.11.1",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"
Expand Down

0 comments on commit 2610e3d

Please sign in to comment.