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-03-27 01:52:53 +0300
committerGitHub <noreply@github.com>2018-03-27 01:52:53 +0300
commit2bf60fc10c5a43ee58182977070f26483cb1ff01 (patch)
tree4ea7f6330c586ff4a2054794ed8cd75c94dbfbb5
parentd21787d7b6eb3c1b804d7cbe29492e18e98de890 (diff)
3.4.0-rc23.4.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 45c7fd482d..9e93090743 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.4.0-rc1';
+ const VERSION = '3.4.0-rc2';
public function isStableVersion($version)
{