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:32:08 +0300
committerGitHub <noreply@github.com>2019-03-21 10:32:08 +0300
commit2c46022931e9047cb20539cd99a2bee8f62c4e9f (patch)
tree5fa4d86c563666672c99b5bf1ce502fc790d5b08
parent274f1bef249c2e6921e6fb09b52dbd11ab372ce1 (diff)
3.9.1-rc13.9.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a086fd2b2..34e2ebc743 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.0';
+ const VERSION = '3.9.1-rc1';
public function isStableVersion($version)
{