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>2018-12-31 07:03:49 +0300
committerGitHub <noreply@github.com>2018-12-31 07:03:49 +0300
commit58107731ae6a3455f1e25220f258425167cdf81f (patch)
treef158d257201a01afd03a58fab8fd15107a089e21
parentc856333a05efa2c23df93ee582bfd31223594501 (diff)
3.8.0-rc13.8.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 c563bbcc66..9590916c48 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.8.0-b5';
+ const VERSION = '3.8.0-rc1';
public function isStableVersion($version)
{