From 7d30f7bfd58cb017c47d7e14ed93286ce2ca1bc9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 27 Sep 2016 15:10:19 +0200 Subject: [PATCH] Released version 2.4.2 --- 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 30a1256e0..39d61de69 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ class Engine { use Strict; - const VERSION = '2.4.1'; + const VERSION = '2.4.2'; /** Content types */ const CONTENT_HTML = 'html',