From d718e45da6d7eedca632041e965e942cddc41c6d Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Tue, 28 Apr 2020 16:59:21 +1200 Subject: 3.13.5-rc2 to test the auto updater after https://github.com/matomo-org/matomo/pull/15770 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3