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-23 08:15:43 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-23 08:15:43 +0300
commit77449aa2d4a59f0e54a506787a6e89f6b948357c (patch)
tree267527cc2a558be544525751b4441851b172ede8
parent4fc5536042c4d75eb94c12f8f01356f070a51185 (diff)
2.15.0-b132.15.0-b13
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ee03eb9381..02962a0caf 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-b12';
+ const VERSION = '2.15.0-b13';
public function isStableVersion($version)
{