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-15 02:13:19 +0300
committerGitHub <noreply@github.com>2017-09-15 02:13:19 +0300
commitedca7237391e3217a0f7f31309c4514de7aef890 (patch)
tree916fcc4cbddff73e00fb3a880d5b6c4a6976f99d /core/Version.php
parent40f886baf0e3ce5bbe4a066b333a7cc24eb93163 (diff)
3.1.1-b1
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index def72d38f1..8c2592d620 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.0';
+ const VERSION = '3.1.1-b1';
public function isStableVersion($version)
{