Skip to content

Commit

Permalink
opened 2.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 25, 2021
1 parent bfb5190 commit d9f6c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.9-dev"
"dev-master": "2.10-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Latte/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Engine
{
use Strict;

public const VERSION = '2.9.2';
public const VERSION_ID = 20902;
public const VERSION = '2.10.0-dev';
public const VERSION_ID = 21000;

/** Content types */
public const
Expand Down

0 comments on commit d9f6c69

Please sign in to comment.