questlab/www/analytics/core/Version.php
2014-05-03 22:37:04 +02:00

25 lines
345 B
PHP

<?php
/**
* Piwik - Open source web analytics
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik;
/**
* Piwik version information.
*
*
* @api
*/
final class Version
{
/**
* The current Piwik version.
* @var string
*/
const VERSION = '2.2.0';
}