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-03-02 04:58:36 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-02 04:58:36 +0300
commit4ec65a7c3d45cc16f7e7d06c0039acfb0b46d90a (patch)
tree7c22c806ca419e83e40482abcbfc372701f27969
parent96958308cfb8ae9eac16b922c8551963832519f3 (diff)
2.11.2-b12.11.2-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2c5aaa2664..7b663ad387 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';
+ const VERSION = '2.11.2-b1';
public function isStableVersion($version)
{