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-06-22 07:07:55 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-22 07:07:55 +0300
commiteb4e15369a9d73122a5391df05130701f299e99f (patch)
tree9a40fdb2f4256445bf8cc680ae76694783ac600f
parente31e9f122b28c1616663743f33479da072260598 (diff)
2.14.0-b62.14.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 4ec50cd906..bce3475b26 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.14.0-b5';
+ const VERSION = '2.14.0-b6';
public function isStableVersion($version)
{