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-28 10:02:19 +0300
committerGitHub <noreply@github.com>2019-01-28 10:02:19 +0300
commit02247d038c935c802db4ae76f4b4be3b41c4c240 (patch)
tree730be39838d06dd55e458a1862b08c899f46e717
parentb85cadc56e112133c2ae486c43602cd5bff94799 (diff)
3.8.13.8.1
## [Matomo 3.8.1 Changelog](https://matomo.org/changelog/matomo-3-8-1/) This Github download (below) is only meant for developers and it will require extra work to install it. * Latest stable production release can be found at https://matomo.org/download/ ([learn more](https://matomo.org/docs/installation/)) (recommended) * Beta and Release Candidates releases can be found at https://builds.matomo.org/ ([learn more](http://matomo.org/faq/how-to-update/faq_159/))
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 36a2d6aa6f..bd6e0452b0 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.1-rc1';
+ const VERSION = '3.8.1';
public function isStableVersion($version)
{