diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index 459d34edb..48506df9b 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ class Engine { use Strict; - const VERSION = '2.4.3'; + const VERSION = '2.4.4'; /** Content types */ const CONTENT_HTML = 'html',