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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-12-08 23:53:50 +0300
committerGitHub <noreply@github.com>2020-12-08 23:53:50 +0300
commit5f7eb3e1f655ec2aa0d0360c3f5deb89688a4344 (patch)
tree5328535d79ff223343c2ace99930c7966a882496
parent93f35d9f45dbc0285e3c27c0955cfd4041f5aa18 (diff)
Set version to 4.0.54.0.5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d5366721e5..486fd83756 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.0.5-b1';
+ const VERSION = '4.0.5';
const MAJOR_VERSION = 4;
public function isStableVersion($version)