diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index de904546f..30a1256e0 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ class Engine { use Strict; - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; /** Content types */ const CONTENT_HTML = 'html',