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>2016-10-20 03:39:30 +0300
committerGitHub <noreply@github.com>2016-10-20 03:39:30 +0300
commit49423d49e330cd6f8bc4be9e75dc900ebfe4c179 (patch)
tree66431ee8cfa4625e63f0c5e6d35480053ce0e866
parent3ff76c93a251bfb0137540caaf04b9566d9a76f4 (diff)
2.17.0-b12.17.0-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 5d2fa32109..bb6755efb7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.16.5';
+ const VERSION = '2.17.0-b1';
public function isStableVersion($version)
{