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:37:33 +0300
committerGitHub <noreply@github.com>2018-03-09 06:37:33 +0300
commit2a8f39b1536c5ae119f1aca3bbd3a9936432fa54 (patch)
tree6021b8f41236f65c3ddf59cab67f9e98b806261b
parentc5f07bc6147c5a467f8ca4714e1573055a81ede3 (diff)
3.3.1-b43.3.1-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f0bf5e9b7f..ebd830b6f9 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-b3';
+ const VERSION = '3.3.1-b4';
public function isStableVersion($version)
{