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-05-04 08:17:40 +0300
committerGitHub <noreply@github.com>2018-05-04 08:17:40 +0300
commit7114f9524f08a1c973711a46b8557fd64fb8714d (patch)
tree3b187324224210cd7781b634e1b9930a8fdaf599
parent18ad4f7f04d01b90fb9fc1d623585b5033092ed8 (diff)
3.5.0-rc13.5.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 69ee7c9ac7..82e08fa76c 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.5.0-b4';
+ const VERSION = '3.5.0-rc1';
public function isStableVersion($version)
{