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-09-26 04:05:20 +0300
committerGitHub <noreply@github.com>2019-09-26 04:05:20 +0300
commite37d0c35ed49231df1fa8cbd9dd54d3635eb97d4 (patch)
treef54155ae07c83bb6b8e6bde82253104ec94a543f
parent888d8c286ebd4bf317af9ec8321a0fd908ef841b (diff)
3.12.0-b43.12.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 d7cca118ea..215fa67efe 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-b3';
+ const VERSION = '3.12.0-b4';
public function isStableVersion($version)
{