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-01-21 21:16:29 +0300
committerGitHub <noreply@github.com>2019-01-21 21:16:29 +0300
commit5971154fb0bccb4c28c590734765b43ee2b92256 (patch)
tree0c5ecea51a27cb44108f8ce3a6d39f33e35d620f
parent7395c84d061505e5f05abf60cb6773d00cc650bf (diff)
3.8.03.8.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 ecc1fa7d09..1420d2343d 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-rc3';
+ const VERSION = '3.8.0';
public function isStableVersion($version)
{