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:
authorMatthieu Aubry <matt@piwik.org>2015-12-15 21:39:07 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-15 21:39:07 +0300
commita981bf7fd0de8a26de94a6a88c792b4bd4f65bde (patch)
tree18f12740d1a55e43548ef7516110a73b1b31e167
parent4109a22aee0126993e5feca7779c0baff562778d (diff)
2.15.1-b102.15.1-b10
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 260630176c..6e9c575e26 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.15.1-b9';
+ const VERSION = '2.15.1-b10';
public function isStableVersion($version)
{