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-11-29 02:36:50 +0300
committerGitHub <noreply@github.com>2021-11-29 02:36:50 +0300
commita1d3808d3d11fc89de5c081b92313b391e4269f7 (patch)
tree270cd73198c47deb94a6f377ce419d2b81a35ec3
parent01913b2d93116a755a51c43f0ab16d98d9b99f9f (diff)
Updating version to 4.6.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 a38b7215be..ef3c0a949e 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.6.0-rc2';
+ const VERSION = '4.6.0';
const MAJOR_VERSION = 4;