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-21 04:04:47 +0300
committerGitHub <noreply@github.com>2020-12-21 04:04:47 +0300
commit1bc07321f5b53fe70163e12cc1ff949da7a9ad7f (patch)
treee919dc78268154075852246f3946163f5e069c39
parent8de1465ac92d20eddc7219078c86399d5c8eb634 (diff)
4.1.0-rc14.1.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fbd4ac95b9..a221096d75 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-b2';
+ const VERSION = '4.1.0-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)