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:
authorJustin Velluppillai <justin@innocraft.com>2022-04-27 02:05:11 +0300
committerGitHub <noreply@github.com>2022-04-27 02:05:11 +0300
commit4d741f2027b09c0d5d349352a98759ea7142d612 (patch)
tree4432dbb60841d50af127ed7f9bd5cbdf8edd3ad7
parent40ed028a7ee4487033a2ff6f1a3e3df11ad96718 (diff)
Update version to 4.9.14.9.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 7e5655b8a4..3ec1aace31 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.9.0';
+ const VERSION = '4.9.1';
const MAJOR_VERSION = 4;