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>2017-09-20 06:10:33 +0300
committerGitHub <noreply@github.com>2017-09-20 06:10:33 +0300
commit31b9c3215bda509e95c97fd58bcbf6d3f842af0b (patch)
tree2b7728657d4ddd19eec337b5c0946d3251e8961a
parent70537f22b2f7e73ea47cbc03170da78086b030a3 (diff)
3.1.1-b33.1.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 47f49725f4..f7c8eb046d 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.1.1-b2';
+ const VERSION = '3.1.1-b3';
public function isStableVersion($version)
{