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 00:56:37 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-19 00:56:37 +0300
commit553d7f7b3041ce05499708d3ba893a7ddd5b8dfa (patch)
treec9351a3e2f739e62430a6fdb4c397ecf02f844f4
parent1324cfcfd4e144af3120ff93e43758c12eec93f4 (diff)
2.11.1-b12.11.1-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 9561069074..b79fcd9d9c 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';
+ const VERSION = '2.11.1-b1';
public function isStableVersion($version)
{