bumped client version

This commit is contained in:
cubedro 2015-05-05 10:19:32 +03:00
parent 71128cde10
commit d5b2090321
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
$scope.latency = 0;
$scope.currentApiVersion = "0.0.7";
$scope.currentApiVersion = "0.0.8";
$scope.predicate = ['-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = false;