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-04-28 07:38:32 +0300
committerGitHub <noreply@github.com>2020-04-28 07:38:32 +0300
commit6d50a7575038129dfbfb12185357a40bae60d2f6 (patch)
tree64b613b017557596a2f8e4f3a5d3484005d8e420
parent647ac56ac210ef2125e13c1de4419aacacaa22e9 (diff)
3.13.5 release
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fc0bcae937..aa7d0d46cb 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.5-rc1';
+ const VERSION = '3.13.5';
public function isStableVersion($version)
{