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-21 00:32:34 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-21 00:32:34 +0300
commit2721f4dcc5a595d9486b687956887a80b3a7ab11 (patch)
treee93f849a6789a70779e31bf62ab76ae58c415268
parentc98685c365261c58df9138771f86a99b57fbaced (diff)
2.11.1-b32.11.1-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c4d41223d8..62c0fef6f7 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.1-b2';
+ const VERSION = '2.11.1-b3';
public function isStableVersion($version)
{