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-09-02 00:32:30 +0300
committerGitHub <noreply@github.com>2020-09-02 00:32:30 +0300
commit7fad55d71bf9681dc0adc8d229cd29c5023c99da (patch)
treeac0f61128657e562404761abb0fb4e18c33ddc97
parente537e47b098daaf166b121fa94f73c4b456ece83 (diff)
3.14.1-b33.14.1-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8b947984d9..96e9dddaa2 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-b2';
+ const VERSION = '3.14.1-b3';
public function isStableVersion($version)
{