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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-07-07 04:26:03 +0300
committerGitHub <noreply@github.com>2020-07-07 04:26:03 +0300
commit3e7e82d5b839d6f20afe162807c29190d998dbeb (patch)
tree9af7ca9373aa0578bed8b03ec2060a236d69726d
parent7f28f2b77ee718542f31ee25f7ab17be0992028f (diff)
Bump version to 3.14 beta (#16184)3.14.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a61c2ed30c..f2603c06b6 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.13.6';
+ const VERSION = '3.14.0-b1';
public function isStableVersion($version)
{