From 4d6dadd17c5aee0f131f70e5424fdb045ad24443 Mon Sep 17 00:00:00 2001
From: Anthony Lapenna <lapenna.anthony@gmail.com>
Date: Mon, 26 Dec 2016 13:30:06 +1300
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 60703300f..a2e99e0de 100644
--- a/api/portainer.go
+++ b/api/portainer.go
@@ -118,7 +118,7 @@ type (
 
 const (
 	// APIVersion is the version number of portainer API.
-	APIVersion = "1.10.2"
+	APIVersion = "1.11.0"
 )
 
 const (
diff --git a/app/app.js b/app/app.js
index e8171d909..a070100ed 100644
--- a/app/app.js
+++ b/app/app.js
@@ -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.10.2');
+  .constant('UI_VERSION', 'v1.11.0');
diff --git a/bower.json b/bower.json
index 37ec67f1b..80e07497c 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "portainer",
-  "version": "1.10.2",
+  "version": "1.11.0",
   "homepage": "https://github.com/portainer/portainer",
   "authors": [
     "Anthony Lapenna <anthony.lapenna at gmail dot com>"
diff --git a/package.json b/package.json
index 1f34a2c0a..986211aaa 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Portainer.io",
   "name": "portainer",
   "homepage": "http://portainer.io",
-  "version": "1.10.2",
+  "version": "1.11.0",
   "repository": {
     "type": "git",
     "url": "git@github.com:portainer/portainer.git"