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-23 07:04:32 +0300
committerGitHub <noreply@github.com>2018-03-23 07:04:32 +0300
commit07787c0ede7a2d81ea527b4db8800410c40ac7ad (patch)
tree8c7df3d233d2ed0bd1820318fe0f72a2e49e6d1a
parent62b4cb863ff431b5799f6dea4a8d5a13adc0cd6b (diff)
3.4.0-rc13.4.0-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 ebd830b6f9..45c7fd482d 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.3.1-b4';
+ const VERSION = '3.4.0-rc1';
public function isStableVersion($version)
{