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-02-10 06:16:44 +0300
committerGitHub <noreply@github.com>2020-02-10 06:16:44 +0300
commitbaaca8b2bbf1eecb283e45f6347dfd3c3274b818 (patch)
tree0d77abcf8e227f5afa85166c22ba637982d6898f
parent48e9eeed85f2c8d40af517ca983d886245ab2fa7 (diff)
3.13.23.13.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1453fdee38..5941d613eb 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.2-rc2';
+ const VERSION = '3.13.2';
public function isStableVersion($version)
{