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-10-17 23:32:52 +0300
committerGitHub <noreply@github.com>2018-10-17 23:32:52 +0300
commit5444afdf5fd130515150e4987cc39f23b5972b3d (patch)
tree098c36f2c32a097ad2653bbde67b419a0d027028
parentf89ad7bb265ed9ebf5c46b4433f033c2adec601c (diff)
3.6.13.6.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ae5457e837..7fea217cd5 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.1-rc1';
+ const VERSION = '3.6.1';
public function isStableVersion($version)
{