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-11-21 23:46:25 +0300
committerGitHub <noreply@github.com>2018-11-21 23:46:25 +0300
commitf4c8c4ff089a48cd939028705c71b5b01730a858 (patch)
treee3e4e5bd506cedc06b5d5232e9a921e6f42f5871
parent9513755b04301c350bf675b42636fe0fcf7db833 (diff)
3.8.0-b13.8.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9d43b05673..b989cd08ec 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.7.0';
+ const VERSION = '3.8.0-b1';
public function isStableVersion($version)
{