We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f584cc commit 0138a26Copy full SHA for 0138a26
1 file changed
src/Latte/Engine.php
@@ -17,8 +17,8 @@ class Engine
17
{
18
use Strict;
19
20
- public const VERSION = '2.10.4';
21
- public const VERSION_ID = 21004;
+ public const VERSION = '2.10.5';
+ public const VERSION_ID = 21005;
22
23
/** Content types */
24
public const
0 commit comments