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-05-17 06:43:27 +0300
committerGitHub <noreply@github.com>2021-05-17 06:43:27 +0300
commit11925f115bf75457ac5e394f15f6c97ffdbc3da9 (patch)
tree37380e5c8cd2f6862cdc780029df32aee1a42f63
parent68e031922f09c075cfcd98ae8157c2b56726bf24 (diff)
4.3.04.3.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e21c8637d8..c290d80532 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.0-rc2';
+ const VERSION = '4.3.0';
const MAJOR_VERSION = 4;
public function isStableVersion($version)