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 09:49:11 +0300
committerGitHub <noreply@github.com>2019-01-28 09:49:11 +0300
commitb85cadc56e112133c2ae486c43602cd5bff94799 (patch)
treee335abf19595436762b8d65db6101992ba82ef54
parentae066f8b58cda94a70dbd05b5e0bd62a0c035018 (diff)
3.8.1-rc13.8.1-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 62ed221333..36a2d6aa6f 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-b1';
+ const VERSION = '3.8.1-rc1';
public function isStableVersion($version)
{