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 16:23:39 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-22 16:23:39 +0300
commit1cc7dc4199c8c0945f0ed95eb3a05d2940652845 (patch)
tree3f4584dcd2c8e9e2754535df6e520ecc737bd72c
parentffac6bd823aee8a50827be11e7ea125144fa232d (diff)
2.15.0-b122.15.0-b12
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8b271597fb..ee03eb9381 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-b11';
+ const VERSION = '2.15.0-b12';
public function isStableVersion($version)
{