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-05 07:39:12 +0300
committerGitHub <noreply@github.com>2017-09-05 07:39:12 +0300
commit5faa3923e0e5f5c027b0560270362d4bbfcaf593 (patch)
tree1af0094dca45acc6a522a87788ca7021efe0abc3
parentb018cf1dad2f96dd15464b4617599298b5f02e3e (diff)
3.1.0-rc13.1.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 260bca139d..d342fc03b4 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.0.5-b3';
+ const VERSION = '3.1.0-rc1';
public function isStableVersion($version)
{