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-08-28 10:30:08 +0300
committerGitHub <noreply@github.com>2020-08-28 10:30:08 +0300
commite537e47b098daaf166b121fa94f73c4b456ece83 (patch)
tree1d1f12abb871f424d47ca379a1963bf17df3cfa0
parent9e08b3a798f764b3195b92066c7407d29cb9a415 (diff)
3.14.1-b23.14.1-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 76fee1a3a1..8b947984d9 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.1-b1';
+ const VERSION = '3.14.1-b2';
public function isStableVersion($version)
{