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-24 01:23:53 +0300
committerGitHub <noreply@github.com>2019-06-24 01:23:53 +0300
commitc86dced59637cd0ed7ab231269ff0a19ce3def5f (patch)
treecfec4ced5afa3129efd02feb87565673302aef6d
parentb49ffb23a40fc6b52d3dde1e6e7891ef73a95381 (diff)
3.10.0-rc23.10.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e8305c2975..aa43aa48fd 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-rc1';
+ const VERSION = '3.10.0-rc2';
public function isStableVersion($version)
{