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-02-22 20:38:55 +0300
committerGitHub <noreply@github.com>2018-02-22 20:38:55 +0300
commitfbc8de6578d404a9b89fb8734a4e5fd3b71b0cca (patch)
tree0b080aa5bd5aa528b3a588439f7a2c9ecd367152
parent00def1bf931918f8c8ea187e46a1d735d0e96724 (diff)
3.3.1-b23.3.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 f514abeaa9..99dfb12508 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-b1';
+ const VERSION = '3.3.1-b2';
public function isStableVersion($version)
{