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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-18 04:51:24 +0300
committerGitHub <noreply@github.com>2020-11-18 04:51:24 +0300
commit377597179b37bf0fd813f15a429a59b209957fcb (patch)
treea8cc8960a904932909e78a9789125519a3cd55b1 /core/Version.php
parent3a268b1ac8a2241433ee2f3b85c2377691a9db13 (diff)
Bump version to Matomo 4 RC5 (#16736)
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4071730a77..fcd98e05d2 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.0.0-rc4';
+ const VERSION = '4.0.0-rc5';
const MAJOR_VERSION = 4;
public function isStableVersion($version)