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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-07-29 04:45:08 +0300
committerGitHub <noreply@github.com>2019-07-29 04:45:08 +0300
commit521eb11cc27491b3274f585f45ef92e611e40a09 (patch)
treef6d8f96e604310d328f000ca6ab7caf5bc1458b0 /core/Version.php
parent70e4a7d90bec20cd42a4553e03cf77aac4ea48d7 (diff)
Move queued tracking lock implementation to core for other uses. (#14686)
* Move queued tracking lock implementation to core for other uses. * tweaks * Fix up PR and move table creation to schema since it is simpler. * fix namespace
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 85fc914442..65c3e534aa 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.11.0';
+ const VERSION = '3.12.0-b1';
public function isStableVersion($version)
{