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>2020-01-02 03:51:26 +0300
committerGitHub <noreply@github.com>2020-01-02 03:51:26 +0300
commit7a371a057a46f4fc0ec3ead1c4c9b394aa542a40 (patch)
treeff9b17485677f733f50aea9194eded618ba431b8
parentbdb960e2514ec4c93587505a9ad623dd6bcfeb05 (diff)
3.13.1-b23.13.1-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9641ddb751..74f1530de8 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.1-b1';
+ const VERSION = '3.13.1-b2';
public function isStableVersion($version)
{