Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-11-29 10:26:11 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-29 10:26:11 +0300
commit265c4a80d109e0b47dcb24b039b2ac2ac7e71083 (patch)
tree288097ae51a7277d29a9e4088c91744e4ed31f61
parent6443f56603c75dbe0019a36b22ba85100a7ecec8 (diff)
2.10.0-b2 with fix2.10.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fcf7e8f40d..0600fe25f3 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0-b1';
+ const VERSION = '2.10.0-b2';
}