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-09-22 14:39:31 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-22 14:39:31 +0300
commit805d5bda48e371e63626bbd893e92433bf0b1a35 (patch)
treed7a07ccdb6008f625fe62150a50c93dd9a83b290
parentdc233559c1378c78ce804bc80766ec40960b3e4b (diff)
2.15.0-b102.15.0-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 41c72cf6ce..0c8492a82b 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.0-b9';
+ const VERSION = '2.15.0-b10';
public function isStableVersion($version)
{