Update Fenom.php

This commit is contained in:
Ivan Shalganov 2020-07-06 20:02:31 +03:00 committed by GitHub
parent cb1f25d8af
commit f0cb251843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use Fenom\Template;
*/
class Fenom
{
const VERSION = '2.9';
const VERSION = '2.12';
const REV = 1;
/* Actions */
const INLINE_COMPILER = 1;