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>2018-03-09 06:34:39 +0300
committerGitHub <noreply@github.com>2018-03-09 06:34:39 +0300
commitc0641ab40cc6ea3f8506689478cd35cb61cf3580 (patch)
tree2c3926b4a46c76d455bf7052d471d243f056d610
parentb77050f1772d16bcbd7cd4cd89f2a61ece43df89 (diff)
3.3.1-b33.3.1-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 99dfb12508..f0bf5e9b7f 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.3.1-b2';
+ const VERSION = '3.3.1-b3';
public function isStableVersion($version)
{