Skip to content

Commit

Permalink
opened 3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 18, 2019
1 parent 2976201 commit 8ed2421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
"dev-master": "3.0-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Latte/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Engine
{
use Strict;

public const VERSION = '2.5.2';
public const VERSION = '3.0-dev';

/** Content types */
public const
Expand Down

0 comments on commit 8ed2421

Please sign in to comment.