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-27 00:21:19 +0300
committerGitHub <noreply@github.com>2021-09-27 00:21:19 +0300
commita852707a7ce604138234f9e884601823f76a1131 (patch)
tree2de2ea4c73a70d3bad6b47deeb3e009df289c273
parent1fec4d42c6392e4d68934330c6fde7c02f0cd27f (diff)
4.5.0-rc14.5.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index da3fb2803c..481ab27fdd 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-b3';
+ const VERSION = '4.5.0-rc1';
const MAJOR_VERSION = 4;