diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index 65ce38b09..f2accbf5c 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -15,7 +15,7 @@ */ class Engine extends Object { - const VERSION = '2.3.0'; + const VERSION = '2.3.1'; /** Content types */ const CONTENT_HTML = 'html',