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-11-13 11:49:04 +0300
committerGitHub <noreply@github.com>2018-11-13 11:49:04 +0300
commit5f5d2a42f063ed803a2cb0815f21bf3e5c3d854a (patch)
tree9961ce1a78feb50297a29a0b12af24d9891bfd6e
parentac432359d9436d4ac3564b0c6c07558871356737 (diff)
3.7.0-rc13.7.0-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 2145b17ea8..d5decde908 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.7.0-b1';
+ const VERSION = '3.7.0-rc1';
public function isStableVersion($version)
{