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>2019-06-29 16:16:15 +0300
committerGitHub <noreply@github.com>2019-06-29 16:16:15 +0300
commit9a6319829b1b9327b96ac3c8427c997621009165 (patch)
tree0941f78b22b206b8480f966d462388766f16dd2c
parent68ab4f4d97499833d567ab7ddacbc8f81fa55ec5 (diff)
3.10.0-rc53.10.0-rc5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1989d5445b..e544c9b780 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.10.0-rc4';
+ const VERSION = '3.10.0-rc5';
public function isStableVersion($version)
{