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>2018-08-11 11:14:32 +0300
committerGitHub <noreply@github.com>2018-08-11 11:14:32 +0300
commiteb035eb9ebbf794c852ca0707423cb8ab3543aa8 (patch)
treed7a93d16c7b88e22f5c519c57dae29499f7247d3
parent2d7896c3df5540bc109e89782880c0780a6b7bc2 (diff)
3.6.0-b53.6.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 248be66c81..b76dd1c164 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.6.0-b4';
+ const VERSION = '3.6.0-b5';
public function isStableVersion($version)
{