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-09-10 06:00:05 +0300
committerGitHub <noreply@github.com>2020-09-10 06:00:05 +0300
commitb4b04b272959c2b940305a247f2b01a0ff469bf8 (patch)
tree1db2eb1a9cff653cc1fd9ff2297d452f475a247e
parent676a5ca7268d3302edde631ed74890b0ae0dca6d (diff)
3.14.1-rc13.14.1-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 96e9dddaa2..a21887a9ee 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.14.1-b3';
+ const VERSION = '3.14.1-rc1';
public function isStableVersion($version)
{