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-24 02:14:15 +0300
committerGitHub <noreply@github.com>2021-05-24 02:14:15 +0300
commit440965f7c0d48e5a5081a33ce30c6f38822e64f1 (patch)
tree85880ed44673041d27a6bec41be5199a6b1ee496
parent67a278d35c14bc58873c71fd90a15aacba6efbe7 (diff)
4.3.1-rc14.3.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c290d80532..166b702f74 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';
+ const VERSION = '4.3.1-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)