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-16 00:31:54 +0300
committerGitHub <noreply@github.com>2019-07-16 00:31:54 +0300
commit75c4c9d3a8be5b9d035f086c3b2edb45afaed61a (patch)
tree3f86d1859a0142a926952cc6b1695d1c1f30e302
parent52f423008a761195b8316871d92131687b91f246 (diff)
3.11.0-b23.11.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a261179c4..e340bc683a 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.11.0-b1';
+ const VERSION = '3.11.0-b2';
public function isStableVersion($version)
{