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 101173b commit 3f06d04Copy full SHA for 3f06d04
composer.json
@@ -37,7 +37,7 @@
37
"minimum-stability": "dev",
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "2.5-dev"
+ "dev-master": "3.0-dev"
41
}
42
43
src/Latte/Engine.php
@@ -17,7 +17,7 @@ class Engine
17
{
18
use Strict;
19
20
- public const VERSION = '2.5.2';
+ public const VERSION = '3.0-dev';
21
22
/** Content types */
23
public const
0 commit comments