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-03-04 01:46:31 +0300
committerGitHub <noreply@github.com>2019-03-04 01:46:31 +0300
commitfd2a9c15cc6b80a96599192c0edbccf5deeaecdd (patch)
treecd5f379a7b0c0c9dd06d2748027f0492e563ec41
parent6aeea10ed7c6017b7013fe92de35747db49a1f9d (diff)
3.9.0-b23.9.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 d1393fae52..5c19457ac7 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.9.0-b1';
+ const VERSION = '3.9.0-b2';
public function isStableVersion($version)
{