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-07-01 14:26:44 +0300
committerGitHub <noreply@github.com>2019-07-01 14:26:44 +0300
commitf746b929891e6e7cafa0783b3ec1e166029b9613 (patch)
tree427f3c8197217fcd2c0407aff98660a54683171b
parent1f2aa0fe4066f23f23a9a906df2563d9b709d577 (diff)
3.10.03.10.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 e544c9b780..3dfbef183d 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-rc5';
+ const VERSION = '3.10.0';
public function isStableVersion($version)
{