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-03-22 04:46:18 +0300
committerGitHub <noreply@github.com>2021-03-22 04:46:18 +0300
commit8d7fe1e97d672523983ebb3bcd3d5fdcc5a70a5a (patch)
treed2b19d9a002144d55ecb849e8ff17266b7959d10
parentd17350975e0b9457ee0edec92c02852962ec8291 (diff)
4.3.0-b14.3.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b008dff33d..c6f60c28dd 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.2.1';
+ const VERSION = '4.3.0-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)