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-30 05:02:55 +0300
committerGitHub <noreply@github.com>2020-01-30 05:02:55 +0300
commit591cc9dfba9cb4e8587e19f61dd76ca30f8f6a90 (patch)
tree3e1d157b8977fc8e35cfc122b5411bae9a571b4d
parentf23b6e3069e8e18d90b52d46146e4be38e340eae (diff)
3.13.2-rc13.13.2-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 0122c1a70c..4fd41b63a3 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';
+ const VERSION = '3.13.2-rc1';
public function isStableVersion($version)
{