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>2022-07-25 03:37:45 +0300
committerGitHub <noreply@github.com>2022-07-25 03:37:45 +0300
commit06cf03738738164143dd117cfa2f55223603210c (patch)
tree61aaeef2f3f690b2afbf3e976828ecd285da8739 /core/Version.php
parentb031b18affe84914907c3b1a05cc9cf1c86086a6 (diff)
Adds unique index for user email (#19560)
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 9a5e30e677..1c774e811c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,7 +21,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.12.0-b1';
+ const VERSION = '4.12.0-b2';
const MAJOR_VERSION = 4;