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-11-20 22:30:27 +0300
committerGitHub <noreply@github.com>2019-11-20 22:30:27 +0300
commitaca867ac8a49c922e85e6fc70db1a1299d19d048 (patch)
tree39a9c4e6cd4c4371f5f31bc8e800432902918420
parentb8f31b2cd67191f9b50aae31b19e59ff5e31c43b (diff)
3.13.0-b13.13.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 8d25d333c4..b318ddf8a3 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.12.0';
+ const VERSION = '3.13.0-b1';
public function isStableVersion($version)
{