| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * SCSSPHP |
| 4 | 4 | * |
| 5 | - * @copyright 2012-2018 Leaf Corcoran | |
| 5 | + * @copyright 2012-2015 Leaf Corcoran | |
| 6 | 6 | * |
| 7 | 7 | * @license http://opensource.org/licenses/MIT MIT |
| 8 | 8 | * |
| 9 | 9 | * @link http://leafo.github.io/scssphp |
| @@ -17,6 +17,6 @@ | ||
| 17 | 17 | * @author Leaf Corcoran <leafot@gmail.com> |
| 18 | 18 | */ |
| 19 | 19 | class Version |
| 20 | 20 | { |
| 21 | - const VERSION = 'v0.7.6'; | |
| 21 | + const VERSION = 'v0.4.0'; | |
| 22 | 22 | } |