diff --git a/src/Fenom.php b/src/Fenom.php index 5be531b..bdc789d 100644 --- a/src/Fenom.php +++ b/src/Fenom.php @@ -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;