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-04-10 10:16:05 +0300
committerGitHub <noreply@github.com>2018-04-10 10:16:05 +0300
commitc5fc11d125cf1c8495f043e6b429d9ff0e34967a (patch)
tree31158226025b75b41c4db1f2f992cb688ac4be56
parentc026eae585491cd16fc98a33bf90b2223e6b10cb (diff)
3.5.0-b13.5.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c30cb69188..74da13b449 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';
+ const VERSION = '3.5.0-b1';
public function isStableVersion($version)
{