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:
authorJustin Velluppillai <justin@innocraft.com>2022-10-27 06:42:13 +0300
committerGitHub <noreply@github.com>2022-10-27 06:42:13 +0300
commit866da57b5acc69037c82ee147848d16b0b5248ef (patch)
tree1824d2f5330dcb8f4a1df509585361decadac30f
parente709346898a7173eb80da921334a15e894e7a2e3 (diff)
Release Matomo 4.12.34.12.3next_release
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 583f0333e1..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-rc1';
+ const VERSION = '4.12.3';
const MAJOR_VERSION = 4;