You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/06 10:46:16 UTC

[39/50] [abbrv] ignite git commit: master Updated version.

master Updated version.


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

Branch: refs/heads/ignite-3477-master
Commit: 5469626c9a3765c9151643c7ec7af5ed98606a28
Parents: 3b84f34
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Apr 4 16:14:56 2017 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Apr 4 16:14:56 2017 +0700

----------------------------------------------------------------------
 .../frontend/app/modules/configuration/Version.service.js          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5469626c/modules/web-console/frontend/app/modules/configuration/Version.service.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/modules/configuration/Version.service.js b/modules/web-console/frontend/app/modules/configuration/Version.service.js
index 3fc7199..164bd20 100644
--- a/modules/web-console/frontend/app/modules/configuration/Version.service.js
+++ b/modules/web-console/frontend/app/modules/configuration/Version.service.js
@@ -24,7 +24,7 @@ const numberComparator = (a, b) => a > b ? 1 : a < b ? -1 : 0;
 
 export default class IgniteVersion {
     /** Current product version. */
-    static ignite = '1.8.0';
+    static ignite = '1.9.0';
 
     /**
      * Tries to parse product version from it's string representation.