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-06-01 23:18:00 +0300
committerGitHub <noreply@github.com>2020-06-01 23:18:00 +0300
commit52262868d6c9f3773d37096e1450910e88ad5fd8 (patch)
treef85473cbeb16af5e1a5fd26e8c566756610a3e5f
parentc673716e4d2fa84c2ebcf7e7afa3b9566d33262b (diff)
3.13.6-rc13.13.6-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 aa7d0d46cb..0aa46d203c 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.5';
+ const VERSION = '3.13.6-rc1';
public function isStableVersion($version)
{