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-04-15 13:29:13 +0300
committerGitHub <noreply@github.com>2020-04-15 13:29:13 +0300
commita65912672c8b78af6a0018b049ffbf6d3cb8688c (patch)
tree43085e18881193e5d64d464ee9159b80b4a6a141
parent17ab90beb13e1b9bde456e9fa79b99c6ad993aa2 (diff)
3.13.5-b23.13.5-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 853c3584c9..d04c036558 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-b1';
+ const VERSION = '3.13.5-b2';
public function isStableVersion($version)
{