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-01-08 11:07:45 +0300
committerGitHub <noreply@github.com>2020-01-08 11:07:45 +0300
commitdb187694bc8a3b1b0ef288399aca467800e55f24 (patch)
tree19bfd3ef057c1540db64e3c7a4a1279608bbc5b5
parent3c2b5f714f85457796e3e190781d3e592822ebf7 (diff)
3.13.1-rc13.13.1-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 74f1530de8..8e25974d74 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.1-b2';
+ const VERSION = '3.13.1-rc1';
public function isStableVersion($version)
{