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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-12-17 01:15:48 +0300
committerGitHub <noreply@github.com>2020-12-17 01:15:48 +0300
commit5d3c582cb84ee30e95cdd74821654e6ec402864a (patch)
tree6c96675adc3fff05bfc690f94719b2827dc9c81f /core
parentb8faca7ecb0d05ca19f94753134ae4288390d309 (diff)
4.0.6-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 486fd83756..234fc71f2b 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';
+ const VERSION = '4.0.6-b1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)