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-03 05:32:40 +0300
committerGitHub <noreply@github.com>2019-10-03 05:32:40 +0300
commit6b075bbb17aea5d119a13274617d905a1fc7a808 (patch)
treecd7ec490b57db9d610db681aa4910c59c992485d
parente5d410561b2e2e0b0601762484a42c425ec4c522 (diff)
3.12.0-b53.12.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 215fa67efe..3480dbcc0d 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-b4';
+ const VERSION = '3.12.0-b5';
public function isStableVersion($version)
{