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-23 08:50:05 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-23 08:50:05 +0300
commitb5488c9843925a2e455b11c9ccc4c1990de21b48 (patch)
treefd6b590786f9d05e469e31109cd53bae54fe795b
parent68dec5f3214859819e8e7be55749f19120c26973 (diff)
2.14.0-b82.14.0-b8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 381450532c..15762a31e8 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-b7';
+ const VERSION = '2.14.0-b8';
public function isStableVersion($version)
{