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-24 03:40:40 +0300
committerGitHub <noreply@github.com>2020-03-24 03:40:40 +0300
commitc9b3d5c1c081529ff2f2102e6d651384733f69bb (patch)
treeaa3e7bfd0c00e0b4da61395a352800ffc32b69d7
parente7a83c89e28f4fff7d5a3cb029704758360d52c0 (diff)
3.13.43.13.4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6d4a0a7a18..1a7230a2e5 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-rc3';
+ const VERSION = '3.13.4';
public function isStableVersion($version)
{