# maxbuttons/6.25/assets/libraries/scssphp/src/Version.php

MaxButtons – Create buttons, version 6.25. 23 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.25/code/assets/libraries/scssphp/src/Version.php
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.25/raw/assets/libraries/scssphp/src/Version.php
- Modified: 2016-11-28T10:07:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.25/code/assets/libraries/scssphp/src/Version.php#L10-L20`.

```php
<?php
/**
 * SCSSPHP
 *
 * @copyright 2012-2015 Leaf Corcoran
 *
 * @license http://opensource.org/licenses/MIT MIT
 *
 * @link http://leafo.github.io/scssphp
 */

namespace Leafo\ScssPhp;

/**
 * SCSSPHP version
 *
 * @author Leaf Corcoran <leafot@gmail.com>
 */
class Version
{
    const VERSION = 'v0.4.0';
}

```
