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-17 01:16:39 +0300
committerGitHub <noreply@github.com>2020-12-17 01:16:39 +0300
commitc85f4098482ce4d9f9a86b1ec54407023d80c3a1 (patch)
tree7f0aeb21339ab9d0eea3e76061b2f31af6a2f730
parent5d3c582cb84ee30e95cdd74821654e6ec402864a (diff)
4.1.0-b14.1.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 234fc71f2b..3ec1db7a19 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.0.6-b1';
+ const VERSION = '4.1.0-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)