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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2021-09-20 00:38:54 +0300
committerGitHub <noreply@github.com>2021-09-20 00:38:54 +0300
commit7ff0e20d6b1bc0e8a798dba8d20dd9bfc11d0a62 (patch)
tree0c081019802327bb0e553dd435800960087d28e7
parent04ea02e2c7ad078bb99eb665caa60843f28a6067 (diff)
4.5.0-b24.5.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cd40ab0d9e..3f55e8fce7 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.5.0-b1';
+ const VERSION = '4.5.0-b2';
const MAJOR_VERSION = 4;