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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-12-08 08:14:02 +0300
committerGitHub <noreply@github.com>2020-12-08 08:14:02 +0300
commitf0d6d1ad6213791c3f9bfa0caae32eb8368bcc75 (patch)
tree0a655e92c9e52c14908cd67441e6114f464fd3cf /core
parentdc3f9dbf923be0c916480e111ca622aa2b848b7c (diff)
Bump version to 4.0.5-b1
Diffstat (limited to 'core')
-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..d5366721e5 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.5-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)