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 08:39:59 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-22 08:39:59 +0300
commit036781c9a67b080bc5041b2f175e3005931b05d7 (patch)
treed7f1ed3e3b21adb4d660acefb0e7348eb0702912
parent9f8016f98746407b9a46b22c19a0e4521d588a22 (diff)
2.14.0-b72.14.0-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index bce3475b26..381450532c 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-b6';
+ const VERSION = '2.14.0-b7';
public function isStableVersion($version)
{