Skip to content

Commit 16f7e61

Browse files
authored
Stats minor fix
1 parent 38b7182 commit 16f7e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moadmin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public function getStats() {
403403
. ' minutes';
404404
$unshift['mongo'] = $return['version'] . ' (' . $return['bits'] . '-bit)';
405405
$unshift['mongoPhpDriver'] = Mongo::VERSION;
406-
$unshift['phpMoAdmin'] = '1.0.9';
406+
$unshift['phpMoAdmin'] = '1.1.4';
407407
$unshift['php'] = PHP_VERSION . ' (' . (PHP_INT_MAX > 2200000000 ? 64 : 32) . '-bit)';
408408
$unshift['gitVersion'] = $return['gitVersion'];
409409
unset($return['ok'], $return['version'], $return['gitVersion'], $return['bits']);

0 commit comments

Comments
 (0)