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-19 02:33:33 +0300
committerGitHub <noreply@github.com>2019-06-19 02:33:33 +0300
commit87693c86a7a410f7939838b600bca0ac36979549 (patch)
tree76447b2db8b5cac499a252f498648781dbe01d25
parent46b3298e67dfa301bb0f6f3a1fa575aea747f878 (diff)
3.10.0-rc13.10.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e9f8438c03..e8305c2975 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-b3';
+ const VERSION = '3.10.0-rc1';
public function isStableVersion($version)
{