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-10 02:38:41 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-10 02:38:41 +0300
commitcb1c8f109c82d99968301ed2a1de5e99c50b2f9f (patch)
tree442c9d5bad5edc91c0d81b0cad29dc16ca2c03b8
parent885776aa9be7aaca9b7907d23a86bdccbc7c561b (diff)
2.15.0-b62.15.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 21834c5792..6ab960b7e2 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-b5';
+ const VERSION = '2.15.0-b6';
public function isStableVersion($version)
{