streams/vendor/sabre/dav/lib/DAV/Version.php

20 lines
349 B
PHP
Raw Normal View History

<?php
namespace Sabre\DAV;
/**
* This class contains the SabreDAV version constants.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
2014-06-28 20:28:08 +00:00
* @license http://sabre.io/license/ Modified BSD License
*/
class Version {
/**
* Full version number
*/
2017-03-16 00:42:06 +00:00
const VERSION = '3.2.2';
}