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-25 11:01:14 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-25 11:01:14 +0300
commitbc82f973dc9345d460eed8377df1585515ac4c4d (patch)
treec397fda58481ff268cf8090003287f7b9fb253e4
parentb801a758493ad0aeca33a9af3270f6bf3861af6b (diff)
2.14.0-b102.14.0-b10
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 487ca6853d..cb3147a069 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-b9';
+ const VERSION = '2.14.0-b10';
public function isStableVersion($version)
{