Fix typo, version

This commit is contained in:
Anton Popov
2015-03-08 11:17:14 +05:00
parent 3a1da1c154
commit 4d11eeed0d
4 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ use Fenom\Template;
*/
class Fenom
{
const VERSION = '2.4';
const VERSION = '2.6';
/* Actions */
const INLINE_COMPILER = 1;
const BLOCK_COMPILER = 5;