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-02 06:31:09 +0300
committerGitHub <noreply@github.com>2020-12-02 06:31:09 +0300
commit67f806616f2191ffa5e3e9afa125ebfd2e52a18f (patch)
tree4dc758b8f5c9b614f402e0466c43a0cab82c41b0 /core/Version.php
parent32ed3a8c83fed313d5859aef47574aa3bce5a635 (diff)
Remove no longer shipped example plugins during update (#16858)
* Remove no longer shipped example plugins during update * remove all example plugins
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f909152690..32e24a2b66 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.3';
+ const VERSION = '4.0.4';
const MAJOR_VERSION = 4;
public function isStableVersion($version)