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-27 22:01:21 +0300
committerGitHub <noreply@github.com>2019-06-27 22:01:21 +0300
commit3ab69975f682acc733e1bd5f561a98ca6fe0683a (patch)
treee4f81dce3c3e2bcb3b3c3be0c84c617abb3ac6c5
parentc167963872278ab53d47839567a963dd65bef09e (diff)
3.10.0-rc43.10.0-rc4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 949e14c256..1989d5445b 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-rc3';
+ const VERSION = '3.10.0-rc4';
public function isStableVersion($version)
{