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:
authorsgiehl <stefan@piwik.org>2014-12-13 01:05:47 +0300
committersgiehl <stefan@piwik.org>2014-12-13 01:05:47 +0300
commit97653c51427f9c64eec717d2e7f79d2f366800e9 (patch)
tree05bc1555208043c3f171e5426e2fc91e7f66628f /core/Version.php
parent719d52ba458c811e07209539211dae8015e5d30b (diff)
small adjustments
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6d2dea8e5a..7b382341ef 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-b6';
+ const VERSION = '2.10.0-b7';
}