From 08efb9414d847643848932ef8163d5b66d6d0380 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sun, 31 Jul 2016 13:41:46 +0200 Subject: [PATCH] Released version 2.4.1 --- 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 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',