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:45:51 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-22 14:45:51 +0300
commit9611d739b69bd188462588d0b8a0463ea8ae6fde (patch)
tree2155f3cefee4333b4880d3a7016e206c57fbb698
parent805d5bda48e371e63626bbd893e92433bf0b1a35 (diff)
2.15.0-b112.15.0-b11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0c8492a82b..8b271597fb 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-b10';
+ const VERSION = '2.15.0-b11';
public function isStableVersion($version)
{