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-02-13 09:06:44 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-13 09:06:44 +0300
commita8d8a96d723a1123cb0f8c6b952e90f921962fc4 (patch)
tree93e0d875625cd976cafe6be73cfd3365b7b43aac
parentf61f697df1c42e0e631982eb55688ca39614dfac (diff)
2.11.0-b62.11.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 644f25ec21..bc3cb2c561 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.11.0-b5';
+ const VERSION = '2.11.0-b6';
public function isStableVersion($version)
{