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-08-24 17:27:08 +0300
committerGitHub <noreply@github.com>2019-08-24 17:27:08 +0300
commitdcb428e9e12056fd1817ff193b1cf8ca738500b2 (patch)
treed189193d053b4245c81517364d58a6fef0c3b322
parent8d3998008e309e83d7d43fca4cb29ae1c9f67a6b (diff)
3.12.0-b23.12.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 65c3e534aa..1b2ec59f5a 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-b1';
+ const VERSION = '3.12.0-b2';
public function isStableVersion($version)
{