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>2021-11-07 22:42:31 +0300
committerGitHub <noreply@github.com>2021-11-07 22:42:31 +0300
commit764ef920363af23b981627d61e11ac564496ab6a (patch)
tree6dfea1f5d51bc63a38eea3ad900e06f3d8e82e41
parente31d6205fbc363558d63d6f6a25bf7afe5d6dd74 (diff)
4.6.0-b34.6.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cb3efc99d9..5d385c55d7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.6.0-b2';
+ const VERSION = '4.6.0-b3';
const MAJOR_VERSION = 4;