streams/vendor/sabre/vobject/lib/Version.php
Klaus Weidenbach dafe0afa65 ⬆️ Update libraries.
Updating smarty/smarty (v3.1.31 => v3.1.32)
Updating sabre/vobject (4.1.5 => 4.1.6)
2018-05-09 21:07:25 +02:00

19 lines
366 B
PHP

<?php
namespace Sabre\VObject;
/**
* This class contains the version number for the VObject package.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class Version {
/**
* Full version number.
*/
const VERSION = '4.1.6';
}