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-11-29 11:35:55 +0300
committerGitHub <noreply@github.com>2017-11-29 11:35:55 +0300
commit553fddb883c8ef70e183828cef2c15a9a422bad1 (patch)
treede51dca22760b6743e1d07a3a69fd726c4befc6b
parent1ff4c85d61409bef3431eb620cfe5d886aac768c (diff)
3.2.1-b23.2.1-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 5871711a62..67804cb788 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.1-b1';
+ const VERSION = '3.2.1-b2';
public function isStableVersion($version)
{