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-20 06:20:26 +0300
committerGitHub <noreply@github.com>2020-02-20 06:20:26 +0300
commit3336416b32b63c76f2f7e1c0c285f0d0385ae67b (patch)
tree74f5d2f210cf2c7c9b13efe213566d92846f31dd
parent071f505d19924503691d4f4028ad58c4f50ffb50 (diff)
3.13.3-rc13.13.3-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5941d613eb..b5e72c17a4 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';
+ const VERSION = '3.13.3-rc1';
public function isStableVersion($version)
{