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-10-04 00:02:40 +0300
committerGitHub <noreply@github.com>2021-10-04 00:02:40 +0300
commit6653ecd9f1d7e29464d888b3fb5e5f07fbe901f1 (patch)
tree1805734af1bd7e610acb336cc8b73e5318571482
parentf563d347f785623f7b225c3b4552f2b258e21a08 (diff)
4.5.0-rc24.5.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 481ab27fdd..5068d5ec2a 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-rc1';
+ const VERSION = '4.5.0-rc2';
const MAJOR_VERSION = 4;