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 05:46:17 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-03 05:46:17 +0300
commit43fdf8cd95633674d97ca1e87b682d4f239b03f9 (patch)
treee23ee75d6d654571f97f4327b5b116fc28181b9f
parenta27b89cd4061951af94bee9ec2622e39f39b4ea7 (diff)
2.11.2-b32.11.2-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 08d4d4d809..282b299454 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-b2';
+ const VERSION = '2.11.2-b3';
public function isStableVersion($version)
{