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-22 12:34:30 +0300
committerGitHub <noreply@github.com>2016-10-22 12:34:30 +0300
commit753452d1323ef5d2a78ea018324499dfcd92410f (patch)
treeb395b93000ba78ab6b23ca1721d5680a149bd0b2
parentd099e40b9b3259b0169eef372bad1504a7fa58c1 (diff)
2.17.0-b22.17.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index bb6755efb7..4024ac4d69 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.17.0-b1';
+ const VERSION = '2.17.0-b2';
public function isStableVersion($version)
{