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-08 15:07:12 +0300
committerGitHub <noreply@github.com>2018-05-08 15:07:12 +0300
commit98cadfaaae66ff466b809d203d746c9ee76bbd6c (patch)
tree81249808c2e557466d93213ceea3854ebe639abd
parent44b93d21bd20ea3506d5979727e1cb941c7b1ec5 (diff)
:rocket: 3.5.0 :rocket:3.5.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 949aeb9101..a652d8d677 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-rc2';
+ const VERSION = '3.5.0';
public function isStableVersion($version)
{