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-25 13:25:47 +0300
committerGitHub <noreply@github.com>2018-05-25 13:25:47 +0300
commitce33be48d9022b4d2fdbe1e29f6903c0e38fa87c (patch)
tree0e8c49873e93589d48c2b8f4c8a4b9d2f58fb731
parent48969992a6c803d1b07c2eff56373680ccfabd49 (diff)
3.5.13.5.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 b61d92065f..a82bdc4cb9 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.1-b2';
+ const VERSION = '3.5.1';
public function isStableVersion($version)
{