Skip to content

Commit c3eee2e

Browse files
committed
Released version 3.0.2
1 parent 97ee926 commit c3eee2e

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.1';
23-
public const VERSION_ID = 30001;
22+
public const VERSION = '3.0.2';
23+
public const VERSION_ID = 30002;
2424

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

0 commit comments

Comments
 (0)