$version still showing v1.5.2
amiga-500 opened this issue · 1 comments
amiga-500 commented
This is not an issue but noticed the $version member variable is still set to "1.5.2" instead of "1.5.5" (current version)
File: class.csstidy.php
Line #: 150
Currently:
public $version = '1.5.2';
Should be:
public $version = '1.5.5';
Cerdic commented
ok, this is now fixed, thanks!