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-29 00:15:51 +0300
committerGitHub <noreply@github.com>2021-03-29 00:15:51 +0300
commitfb1a4abc49829d4e08929b571f218eb3fe073837 (patch)
treea49ec2723334c55a11d2601e16d3da38bb0e5c04
parentbdf47ae282cb51fa59f9e7c6a3f8bcf59d66757a (diff)
4.3.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c6f60c28dd..dd5d8de953 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-b1';
+ const VERSION = '4.3.0-b2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)