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>2019-10-10 06:33:36 +0300
committerGitHub <noreply@github.com>2019-10-10 06:33:36 +0300
commitadea7177499111d0c4396a9970130f8f759e9a6b (patch)
tree74dce9341262950382283b3411f22012bc6b3b86
parent90b3ce65ca1abe97bf25dd594d07e2e1dad4efd2 (diff)
3.12.0-b63.12.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3480dbcc0d..d0164e4819 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.12.0-b5';
+ const VERSION = '3.12.0-b6';
public function isStableVersion($version)
{