diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index 5d4828551..1f210dbf0 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ class Engine { use Strict; - const VERSION = '2.4.8'; + const VERSION = '2.4.9'; /** Content types */ const CONTENT_HTML = 'html',