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-09-05 13:22:43 +0300
committerGitHub <noreply@github.com>2019-09-05 13:22:43 +0300
commitcc7a36125416aa925b8ae3f2d05c3abe1a1b9478 (patch)
tree11f08fd9ce66b9de0bc3503b6ba8252c49261fbe
parent5aa4241388ab30ddc77314203e56225bb4b2f10d (diff)
3.12.0-b33.12.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 1b2ec59f5a..d7cca118ea 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.12.0-b2';
+ const VERSION = '3.12.0-b3';
public function isStableVersion($version)
{