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-07-10 01:49:56 +0300
committerGitHub <noreply@github.com>2020-07-10 01:49:56 +0300
commit131b94b39663c5423e1cbf7495e69b3db4750815 (patch)
treeb01189b3081792a9e712391418e88ef514048ac3
parentd73b14bf19ee42149832a41b33d32c7cec4d9a49 (diff)
3.14.0-rc13.14.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 f2603c06b6..91486f2368 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.0-b1';
+ const VERSION = '3.14.0-rc1';
public function isStableVersion($version)
{