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-07-11 06:46:32 +0300
committerGitHub <noreply@github.com>2019-07-11 06:46:32 +0300
commit89c6d5092abcbee1e4eb1687d3a5724f345e3f69 (patch)
tree78c3cc99c3496cb5841381898b157706ea0ab7ea
parentd57ba4a3022954925d543181132615755d3aaf84 (diff)
3.11.0-b13.11.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 da8b7b3ee8..9a261179c4 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.10.0';
+ const VERSION = '3.11.0-b1';
public function isStableVersion($version)
{