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 06:16:45 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-22 06:16:45 +0300
commite31e9f122b28c1616663743f33479da072260598 (patch)
treebe186bd2bef893e0103e0eda56d7cb6f4b783b8c
parentadeddd027a249c0cd9ccbd4ce3ad11046ca675a1 (diff)
2.14.0-b52.14.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 13dd75c677..4ec50cd906 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-b4';
+ const VERSION = '2.14.0-b5';
public function isStableVersion($version)
{