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-24 08:10:47 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-24 08:10:47 +0300
commit5dee531a4337604a5cfda8b7035ae10a3a8fcb6e (patch)
tree99f4a1190a33533d09dd000b4f50a98a05a4bf5a
parent520ba8c7fe013d746605c01942aea1750d56a164 (diff)
2.14.0-b92.14.0-b9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 15762a31e8..487ca6853d 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-b8';
+ const VERSION = '2.14.0-b9';
public function isStableVersion($version)
{