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-24 05:13:10 +0300
committerGitHub <noreply@github.com>2020-02-24 05:13:10 +0300
commit7c517de3c74b8417230d813ae35e6b5eba06605e (patch)
tree507e9f850dd7fe3cb3f371110e76ed5f382e4000
parent0e15480913b12c745684495933f3fb7551fd59bd (diff)
3.13.33.13.3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b5e72c17a4..019678c4a4 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.3-rc1';
+ const VERSION = '3.13.3';
public function isStableVersion($version)
{