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-13 06:21:06 +0300
committerGitHub <noreply@github.com>2020-01-13 06:21:06 +0300
commitdfd5f056d8e4b36297fc1858425ebf82bcabd932 (patch)
tree2a16226a8d5484d4d0bdf0e505d1de6202af97bf
parent285cb4bfd73236533261e46fe13ae55734c171ab (diff)
3.13.1-rc23.13.1-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8e25974d74..ca16a10bc4 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-rc1';
+ const VERSION = '3.13.1-rc2';
public function isStableVersion($version)
{