From a815687bfadaf3af51ae99f92edb4ea310c43426 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 22 Feb 2022 19:39:58 +0100 Subject: [PATCH] Released version 2.11.0 --- 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 e4abee951..2a0947caa 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -17,7 +17,7 @@ class Engine { use Strict; - public const VERSION = '2.11.0-dev'; + public const VERSION = '2.11.0'; public const VERSION_ID = 21100; /** Content types */