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-04 03:40:31 +0300
committerGitHub <noreply@github.com>2020-12-04 03:40:31 +0300
commit220dfbd56c1b41a6d17a363496d9b4035c3877a4 (patch)
treea37e924ca9bd74b7ce723488fd4cdb3305f38937
parentde127131c5f6c4a87e8f751ae4f0e98a0546e074 (diff)
Set version to 4.0.4 (#16882)4.0.4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 098d1172f0..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.4-b1';
+ const VERSION = '4.0.4';
const MAJOR_VERSION = 4;
public function isStableVersion($version)