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-05-28 04:48:18 +0300
committerGitHub <noreply@github.com>2019-05-28 04:48:18 +0300
commit52334289601b9d6db18daae55cfb6687f584885e (patch)
treeea29837c48c4d6f91239d23ad9aaab79f8439c1a
parent75561add3c2cdd866b7987683a5588411071a057 (diff)
3.10.0-b33.10.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fdfa97513c..e9f8438c03 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-b2';
+ const VERSION = '3.10.0-b3';
public function isStableVersion($version)
{