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-19 05:11:59 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-19 05:11:59 +0300
commitddb42399b05dcf919c73a9012076c85ae0411425 (patch)
tree24bbb2418eddf7c7ebc7083dcb8357fc235e6e35
parent457583620818968321529e723ec1db37ec4c88e4 (diff)
2.11.1-b22.11.1-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b79fcd9d9c..c4d41223d8 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-b1';
+ const VERSION = '2.11.1-b2';
public function isStableVersion($version)
{