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-12-01 02:54:31 +0300
committerGitHub <noreply@github.com>2021-12-01 02:54:31 +0300
commitc5632f62bb7b123503cd5de40d671cdafdc14b01 (patch)
tree0609162d36646db54da21ef60a3a1bc579d508ae
parentf961b2287bc0cc21dbdd448448770b77a9661200 (diff)
4.6.1-rc14.6.1-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 ef3c0a949e..5c34201d8d 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';
+ const VERSION = '4.6.1-rc1';
const MAJOR_VERSION = 4;