You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/09/13 09:53:41 UTC

[49/69] [abbrv] ignite git commit: Web Console beta-3. Updated Ignite version.

Web Console beta-3. Updated Ignite version.


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

Branch: refs/heads/ignite-3199-1
Commit: 4e1a8ffe27fc7ce5293c756df28d7ca5b3f90167
Parents: 492ab12
Author: Andrey Novikov <an...@apache.org>
Authored: Thu Sep 8 15:30:55 2016 +0700
Committer: Andrey Novikov <an...@apache.org>
Committed: Thu Sep 8 15:30:55 2016 +0700

----------------------------------------------------------------------
 .../web-console/frontend/app/modules/version/Version.provider.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4e1a8ffe/modules/web-console/frontend/app/modules/version/Version.provider.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/modules/version/Version.provider.js b/modules/web-console/frontend/app/modules/version/Version.provider.js
index fe503ab..31ff8d0 100644
--- a/modules/web-console/frontend/app/modules/version/Version.provider.js
+++ b/modules/web-console/frontend/app/modules/version/Version.provider.js
@@ -21,7 +21,7 @@ angular
     .module('ignite-console.version', [])
     .provider('IgniteVersion', function() {
         const version = {
-            version: '1.6.0'
+            version: '1.7.0'
         };
 
         this.update = (newVersion) => {