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-01-16 08:02:00 +0300
committerGitHub <noreply@github.com>2020-01-16 08:02:00 +0300
commit78c97a6e2ce5296722f9491f32ed4d79f00344da (patch)
tree61002b226b0d310776b282f91b0b916d6ba2cf08
parentf284ec7ba88cc0c2ad8ea043e7f04759319da8f6 (diff)
3.13.13.13.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ca16a10bc4..0122c1a70c 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.1-rc2';
+ const VERSION = '3.13.1';
public function isStableVersion($version)
{