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>2021-09-24 23:12:12 +0300
committerGitHub <noreply@github.com>2021-09-24 23:12:12 +0300
commit1fec4d42c6392e4d68934330c6fde7c02f0cd27f (patch)
tree181d54b32817033ff31272e86e098d13b4d1fe92 /core
parentd3b6744e9f2758470a0c8d0741348c3b8c971f58 (diff)
4.5.0-b34.5.0-b3
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 3f55e8fce7..da3fb2803c 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-b2';
+ const VERSION = '4.5.0-b3';
const MAJOR_VERSION = 4;