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>2020-12-27 03:31:06 +0300
committerGitHub <noreply@github.com>2020-12-27 03:31:06 +0300
commited70bf6d937277b05ec1b11fdcd3fa9ea7c570a9 (patch)
treee8e25dd31e2cda79571bbdb04e3e3f4fada6ea54
parent04ac70e0cbf8b7a5ff3d5de66fc0825ace4b0b71 (diff)
4.1.1-b14.1.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 3c5c288cae..8b9957141c 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.1.0';
+ const VERSION = '4.1.1-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)