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-11 07:07:35 +0300
committerGitHub <noreply@github.com>2019-10-11 07:07:35 +0300
commitea982539285036eb3ea271775a1d710d810a33e4 (patch)
tree971e5b7fb5566ea8b2a247192b9ff74743cc0edf
parent39aeb35ae1d2159a473c88c53a5cb4787a64c444 (diff)
3.12.0-b73.12.0-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d0164e4819..c98fe8950f 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-b6';
+ const VERSION = '3.12.0-b7';
public function isStableVersion($version)
{