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:
authorsgiehl <stefan@matomo.org>2022-10-27 16:50:35 +0300
committersgiehl <stefan@matomo.org>2022-10-27 16:50:35 +0300
commita5cc60e067f826a5bbef7c62483924f81c7bed78 (patch)
tree306d7c63728fd45bbe405e62a26deee61a5fa60a
parent815744c12aabec8842b7dfebde9dc9af40f597c4 (diff)
parent866da57b5acc69037c82ee147848d16b0b5248ef (diff)
Merge branch 'next_release' into 4.x-dev
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 016d8c57ad..0c9f582da8 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.3-b1';
+ const VERSION = '4.12.3';
const MAJOR_VERSION = 4;