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-16 10:13:57 +0300
committerGitHub <noreply@github.com>2019-01-16 10:13:57 +0300
commit892e6f175965b5d56df2f5546e1adf5a417f325a (patch)
tree7817ba929b3273afb329af00a0e2c55e5b1a0853
parent4cf24fdaf8d5bbb2c79ce8d6317de2a2bee6ec18 (diff)
3.8.0-rc33.8.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 38d0435cff..ecc1fa7d09 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-rc2';
+ const VERSION = '3.8.0-rc3';
public function isStableVersion($version)
{