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 08:51:07 +0300
committerGitHub <noreply@github.com>2020-09-10 08:51:07 +0300
commitc554350dd0f712c55f1e91d14d2619552609ef4f (patch)
tree8f3b33dcbb33682982e82247ec1109fd66f54007
parenta410b9d6b945d32390e5df80fde9a4cd90ae3f55 (diff)
3.14.1-rc23.14.1-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a21887a9ee..74ff858650 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-rc1';
+ const VERSION = '3.14.1-rc2';
public function isStableVersion($version)
{