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-02-10 00:10:48 +0300
committerGitHub <noreply@github.com>2020-02-10 00:10:48 +0300
commit3c600d8ac9d812b5ec25fdedf8290973c3e8338b (patch)
treea33ad16038ae947defe32e6c7133dca6fa7314c2
parentbb185e768ab1084f5be2deb10266cc2225c9aa77 (diff)
3.13.2-rc23.13.2-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 4fd41b63a3..1453fdee38 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.2-rc1';
+ const VERSION = '3.13.2-rc2';
public function isStableVersion($version)
{