Skip to content

Commit 1eee22c

Browse files
committed
Released version 3.0.1
1 parent 38d7db8 commit 1eee22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Latte/Engine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Engine
1919
{
2020
use Strict;
2121

22-
public const VERSION = '3.0.0';
23-
public const VERSION_ID = 30000;
22+
public const VERSION = '3.0.1';
23+
public const VERSION_ID = 30001;
2424

2525
/** @deprecated use ContentType::* */
2626
public const

0 commit comments

Comments
 (0)