diff --git a/src/Latte/Engine.php b/src/Latte/Engine.php index 2e81e9906..3a2bdd7e0 100644 --- a/src/Latte/Engine.php +++ b/src/Latte/Engine.php @@ -19,7 +19,7 @@ class Engine { use Strict; - public const VERSION = '3.0.0-dev'; + public const VERSION = '3.0.0'; public const VERSION_ID = 30000; /** @deprecated use ContentType::* */