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-15 02:47:47 +0300
committerGitHub <noreply@github.com>2018-10-15 02:47:47 +0300
commit57cab476e923982fcf00074266caf5525fbf519a (patch)
tree9fa0b257c454b94826c0ed4abb35a00aa3f6a956
parent375184e5fc2d0cefb277b53e5ee653cd06cc7275 (diff)
3.6.1-rc13.6.1-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 073f8921bf..ae5457e837 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-b3';
+ const VERSION = '3.6.1-rc1';
public function isStableVersion($version)
{