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-03-20 00:25:12 +0300
committerGitHub <noreply@github.com>2020-03-20 00:25:12 +0300
commite7a83c89e28f4fff7d5a3cb029704758360d52c0 (patch)
treef607b0f9338d2ae8451db8c6add8739d0e19517d
parent8d71c29ffe1714e5eb0afd916f81af47d349fe5b (diff)
3.13.4-rc33.13.4-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5b1723d67a..6d4a0a7a18 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.13.4-rc2';
+ const VERSION = '3.13.4-rc3';
public function isStableVersion($version)
{