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-06-05 03:49:55 +0300
committerGitHub <noreply@github.com>2020-06-05 03:49:55 +0300
commitcc1df8e515d23604fe371a61a783dac51cbb7e7d (patch)
tree8e8676c256c02e14e6b4979c756b8790632c86d9
parente0fb7b40b7ddf42da70e63224c43524380f57e48 (diff)
3.13.63.13.6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0aa46d203c..a61c2ed30c 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.6-rc1';
+ const VERSION = '3.13.6';
public function isStableVersion($version)
{