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:
authorStefan Giehl <stefan@matomo.org>2021-06-14 23:46:39 +0300
committerGitHub <noreply@github.com>2021-06-14 23:46:39 +0300
commit03410d62c6885010bc0968dca9ebe5e23b7c8e87 (patch)
tree7af15e34fc9221684247c82a49e9c42b40193c92 /core/Version.php
parent6eec10098f09e7eb87f0c1259ed4f3b242d74757 (diff)
Disable logme functionality by default (#17665)
* Disable logme functionallity by default * add changelog
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0905e0d036..4e04a24bcb 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.3.1';
+ const VERSION = '4.4.0-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)