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-12-16 09:02:45 +0300
committerGitHub <noreply@github.com>2019-12-16 09:02:45 +0300
commit76102d2c9b21cd7317ed9d4e6ea7879f83b01474 (patch)
tree550780d04545f5e837d23dc980aa8cd1e9e1777f
parent4b77587cb16e9144ba3718b6d1d6a66a690bfaf4 (diff)
3.13.1-b13.13.1-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 2069fc75ad..9641ddb751 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.0';
+ const VERSION = '3.13.1-b1';
public function isStableVersion($version)
{