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-03 00:38:20 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-03 00:38:20 +0300
commit397a06a9cd77e34f7401cb7663e5566637851f92 (patch)
tree7d931e822cffee512e2296e676c2c66a0a5665b3
parent1f80b5fb3e709ddb753ab366d641b3e30ba15ea5 (diff)
2.11.2-b22.11.2-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 7b663ad387..08d4d4d809 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.2-b1';
+ const VERSION = '2.11.2-b2';
public function isStableVersion($version)
{