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>2019-03-21 10:48:37 +0300
committerGitHub <noreply@github.com>2019-03-21 10:48:37 +0300
commitbb5abcf7d75d606984137e8b5dc9933f072a1ede (patch)
treee182b9404dea5fa4c3c78f6e5d3d92988922aaf6
parent2c46022931e9047cb20539cd99a2bee8f62c4e9f (diff)
3.9.13.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 34e2ebc743..f424a9b4df 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.9.1-rc1';
+ const VERSION = '3.9.1';
public function isStableVersion($version)
{