From b62ee346467e1e2402a43c499cf6047fddc5d321 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 19 Jan 2017 11:58:06 +0100 Subject: [PATCH] Released version 2.4.3 --- 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 3436d63d1..459d34edb 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ class Engine { use Strict; - const VERSION = '2.4.2'; + const VERSION = '2.4.3'; /** Content types */ const CONTENT_HTML = 'html',