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:
authordizzy <diosmosis@users.noreply.github.com>2021-04-24 06:34:04 +0300
committerGitHub <noreply@github.com>2021-04-24 06:34:04 +0300
commit88800290a3f997b84101bd874b143e6c5021261f (patch)
treebfbff5655d30f62d4970fbabf5f0e335d879e75e /core/Version.php
parent6227cb05197d4dfd0aa0d695eb665b6c1ef455d6 (diff)
Add new update to make sure deleted segments also have a computed hash. (#17485)
* Add new update to make sure deleted segments also have a computed hash. * Update 4.3.0-b4.php
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 e38899c779..26773d4c85 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.3.0-b3';
+ const VERSION = '4.3.0-b4';
const MAJOR_VERSION = 4;
public function isStableVersion($version)