Merge pull request #1 from Sleuthhound/patch-1

Fix version
This commit is contained in:
Anton Popov 2015-02-25 23:57:52 +05:00
commit 9500749914
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;