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-21 12:24:26 +0300
committerGitHub <noreply@github.com>2017-09-21 12:24:26 +0300
commit83add6c3de3633bfde5b9b2745106662296bd53b (patch)
tree6bde2e8583f28751065613da4a39dee9bf18224d
parent5acddb5f3f49a0868536b1a284ffa42da076bdfa (diff)
3.1.2-b13.1.2-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cb95e51ab3..a2a09aa0cc 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';
+ const VERSION = '3.1.2-b1';
public function isStableVersion($version)
{