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:
authorStefan Giehl <stefan@matomo.org>2020-10-29 12:53:45 +0300
committerGitHub <noreply@github.com>2020-10-29 12:53:45 +0300
commit31a5d09719182fde26f59aeccf0292576b2fb7cf (patch)
tree342c8e5ab911298524c5d6e625d235864c9a3efb /core/Version.php
parenta22faadaba752616be6c6d8bf3178421d5043f6f (diff)
Increase beta version
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 7e45dd4d91..1c4730999e 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.0-b3';
+ const VERSION = '4.0.0-b4';
const MAJOR_VERSION = 4;
public function isStableVersion($version)