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:
authorJustin Velluppillai <justin@innocraft.com>2021-10-06 03:32:32 +0300
committerGitHub <noreply@github.com>2021-10-06 03:32:32 +0300
commitd4dc66f2b4112ad8d3da435860ab65adaf31819f (patch)
treef4da5759fb29d81716e66075ab4c4c6b98d599a5
parent6653ecd9f1d7e29464d888b3fb5e5f07fbe901f1 (diff)
Bump version to 4.5.04.5.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5068d5ec2a..84683a75ae 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-rc2';
+ const VERSION = '4.5.0';
const MAJOR_VERSION = 4;