From 1eee22c760ab8d028e2c21f87fbb7ef7bfeaa0b5 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 30 May 2022 17:04:50 +0200 Subject: [PATCH] Released version 3.0.1 --- 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 d089c89b0..e16bc31b1 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -19,8 +19,8 @@ class Engine { use Strict; - public const VERSION = '3.0.0'; - public const VERSION_ID = 30000; + public const VERSION = '3.0.1'; + public const VERSION_ID = 30001; /** @deprecated use ContentType::* */ public const