From c3eee2e4e2c21cdf9f9c158c4bfa6150625457e1 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 13 Jun 2022 22:56:13 +0200 Subject: [PATCH] Released version 3.0.2 --- src/Latte/Engine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index e16bc31b1..af8621efd 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -19,8 +19,8 @@ class Engine { use Strict; - public const VERSION = '3.0.1'; - public const VERSION_ID = 30001; + public const VERSION = '3.0.2'; + public const VERSION_ID = 30002; /** @deprecated use ContentType::* */ public const