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 Napoli <matthieu@mnapoli.fr>2015-02-02 01:45:32 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-12 00:12:19 +0300
commite122a4e37b3eef21fc6fc32ed7d31c56c38d673f (patch)
tree89aa9600a70200f1e94cf0454d62d037f0e361e2 /core/Version.php
parent47c0eae3f8202430ea576e09cf0ded90f783eea1 (diff)
Moved the monolog configuration and code into a Monolog plugin
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f67f64b677..644f25ec21 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-b4';
+ const VERSION = '2.11.0-b5';
public function isStableVersion($version)
{