Fix version

This commit is contained in:
Anton Popov 2015-02-25 23:37:28 +05:00
parent 3a1da1c154
commit 4ad416d8f8
1 changed files with 1 additions and 1 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;