Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit f196688

Browse files
committed
1.7.0.7
1 parent 693baa3 commit f196688

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/Less/Version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*/
99
class Less_Version{
1010

11-
const version = '1.7.0.5'; // The current build number of less.php
11+
const version = '1.7.0.7'; // The current build number of less.php
1212
const less_version = '1.7'; // The less.js version that this build should be compatible with
13-
const cache_version = '170'; // The parser cache version
13+
const cache_version = '170'; // The parser cache version
1414

15-
}
15+
}

0 commit comments

Comments
 (0)