From 7b3100b423c21ac1e192355ee65074917116fb25 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 1 Dec 2020 12:53:24 +0100 Subject: [PATCH] Released version 2.4.9 (EOL) --- src/Latte/Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',