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>2021-01-15 04:14:09 +0300
committerGitHub <noreply@github.com>2021-01-15 04:14:09 +0300
commit0a0d7ea3b85264e6b5aff757a6283949217a2ddd (patch)
tree0c6dfedf707d3e5926d948ef15256e4082057d0b
parentc2668c0b21a4090b28185df9c94f952ea409fac3 (diff)
4.1.14.1.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8a618d9d2c..316b08c26d 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.1.1-b2';
+ const VERSION = '4.1.1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)