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-08 06:34:27 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-08 06:34:27 +0300
commit304093038fc388162be7934b48b1ff71edc1bb21 (patch)
treef2af35bc984e61c35fe2bf22267d189efb2564de
parent7fec55f8a260efad6ea8206d4d4ab59a7d0bceda (diff)
2.14.0-b22.14.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index da0b9751b0..3824600572 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-b1';
+ const VERSION = '2.14.0-b2';
public function isStableVersion($version)
{