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-11 05:31:57 +0300
committerGitHub <noreply@github.com>2019-03-11 05:31:57 +0300
commitf7b442a9ca40466fe43e0312e013f51f2e5e5abd (patch)
treed58a73802e6d0800585b2659ddbdce09650fa697
parentb68d6736eae1e24281104fd555d61b5de09d20a4 (diff)
3.9.0-b33.9.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 5c19457ac7..ec3066efbd 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-b2';
+ const VERSION = '3.9.0-b3';
public function isStableVersion($version)
{