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-04-28 07:59:21 +0300
committerGitHub <noreply@github.com>2020-04-28 07:59:21 +0300
commitd718e45da6d7eedca632041e965e942cddc41c6d (patch)
tree923b7637339807b33bf73eb072aea3338dce4c9b
parent6d50a7575038129dfbfb12185357a40bae60d2f6 (diff)
3.13.5-rc23.13.5-rc2
to test the auto updater after https://github.com/matomo-org/matomo/pull/15770
-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..82f96f4dad 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.5-rc2';
public function isStableVersion($version)
{