You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/05/31 09:04:53 UTC

ignite git commit: IGNITE-8655 Web Console: Updated version to 2.6.0.

Repository: ignite
Updated Branches:
  refs/heads/master 49c7fb395 -> 12474bf8c


IGNITE-8655 Web Console: Updated version to 2.6.0.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/12474bf8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/12474bf8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/12474bf8

Branch: refs/heads/master
Commit: 12474bf8c741c168a2ee1ecbcdfe12218701323e
Parents: 49c7fb3
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Thu May 31 16:04:49 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Thu May 31 16:04:49 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/app/services/Version.service.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/12474bf8/modules/web-console/frontend/app/services/Version.service.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/services/Version.service.js b/modules/web-console/frontend/app/services/Version.service.js
index 33de64d..dc429bf 100644
--- a/modules/web-console/frontend/app/services/Version.service.js
+++ b/modules/web-console/frontend/app/services/Version.service.js
@@ -74,10 +74,14 @@ const compare = (a, b) => {
 
 export default class IgniteVersion {
     constructor() {
-        this.webConsole = '2.5.0';
+        this.webConsole = '2.6.0';
 
         this.supportedVersions = [
             {
+                label: 'Ignite 2.6',
+                ignite: '2.6.0'
+            },
+            {
                 label: 'Ignite 2.5',
                 ignite: '2.5.0'
             },