Merge branch 'MDL-62969_master' of git://github.com/markn86/moodle
[moodle.git] / lib / scssphp / Version.php
blob3b8dcd007956c6eb2d935cb58fd28fd8d8d7b859
1 <?php
2 /**
3 * SCSSPHP
5 * @copyright 2012-2018 Leaf Corcoran
7 * @license http://opensource.org/licenses/MIT MIT
9 * @link http://leafo.github.io/scssphp
12 namespace Leafo\ScssPhp;
14 /**
15 * SCSSPHP version
17 * @author Leaf Corcoran <leafot@gmail.com>
19 class Version
21 const VERSION = 'v0.7.5';