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>2020-07-22 23:05:27 +0300
committerGitHub <noreply@github.com>2020-07-22 23:05:27 +0300
commit9c172cac492ef02806716502e9441545728d8396 (patch)
treec9cd48a50e4fcc8450ce64a3f1bdea8daa915d94
parentfa285c13550fd276e88045d9fc3593927c342cea (diff)
3.14.1-b13.14.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index eed1da6289..76fee1a3a1 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.14.0';
+ const VERSION = '3.14.1-b1';
public function isStableVersion($version)
{