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-10-22 08:17:11 +0300
committerGitHub <noreply@github.com>2019-10-22 08:17:11 +0300
commita73d1d3175e7aa39ebfcf5a9af585ff047ec1b14 (patch)
tree9e2622dad691a16ce47186034337b450bc8f7911
parent19a18bf61d964f78ea79a8c91c81d49de3e042af (diff)
3.12.0-rc23.12.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f7cf2b3fe7..bc9fdd2e25 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-rc1';
+ const VERSION = '3.12.0-rc2';
public function isStableVersion($version)
{