Skip to content

Commit 3f06d04

Browse files
committed
opened 3.0-dev
1 parent 101173b commit 3f06d04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"minimum-stability": "dev",
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "2.5-dev"
40+
"dev-master": "3.0-dev"
4141
}
4242
}
4343
}

src/Latte/Engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Engine
1717
{
1818
use Strict;
1919

20-
public const VERSION = '2.5.2';
20+
public const VERSION = '3.0-dev';
2121

2222
/** Content types */
2323
public const

0 commit comments

Comments
 (0)