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 <mattab@users.noreply.github.com>2017-10-06 06:28:45 +0300
committerGitHub <noreply@github.com>2017-10-06 06:28:45 +0300
commitd1e2f0f405416f4d4db50a892442f7190fdd74e9 (patch)
treee8ac4e45e47e58568984226fbff6ae73607294cb
parentc78f973545b7c0190aeaf0cdd50a1d629a15afad (diff)
3.2.0-b43.2.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 61be31eb6c..d8d94c76ba 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.2.0-b3';
+ const VERSION = '3.2.0-b4';
public function isStableVersion($version)
{