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-02-25 06:48:23 +0300
committerGitHub <noreply@github.com>2021-02-25 06:48:23 +0300
commit3141a74700044ea930bee0f53618906f6f8a1a4b (patch)
treee05d27001d2420d522f417416d5e8f1357e49326
parent6ad02c966ab903fc3dff56a1804df976d3219574 (diff)
4.2.1-b14.2.1-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 da13f9f89e..210f700a16 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.0';
+ const VERSION = '4.2.1-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)