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 01:47:28 +0300
committerGitHub <noreply@github.com>2020-12-04 01:47:28 +0300
commitde127131c5f6c4a87e8f751ae4f0e98a0546e074 (patch)
tree8796c772cca7613968dba2a1321336f527b840b0
parent3908593cfee10792c5e4cc970f8227cefb23412e (diff)
Set version to 4.0.4-b1 (#16881)4.0.4-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 32e24a2b66..098d1172f0 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';
+ const VERSION = '4.0.4-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)