From f196688753959847a36c3512fe7b921d06aca6c9 Mon Sep 17 00:00:00 2001 From: Josh Schmidt Date: Thu, 17 Sep 2015 16:09:16 -0600 Subject: [PATCH] 1.7.0.7 --- lib/Less/Version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Less/Version.php b/lib/Less/Version.php index fdbe5794..e52f002a 100755 --- a/lib/Less/Version.php +++ b/lib/Less/Version.php @@ -8,8 +8,8 @@ */ class Less_Version{ - const version = '1.7.0.5'; // The current build number of less.php + const version = '1.7.0.7'; // The current build number of less.php const less_version = '1.7'; // The less.js version that this build should be compatible with - const cache_version = '170'; // The parser cache version + const cache_version = '170'; // The parser cache version -} \ No newline at end of file +}