Skip to content

Commit

Permalink
Update ProjectInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung authored Sep 21, 2024
1 parent a0e19d5 commit ad6b5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
interface ProjectInterface
{
const VERSION = '2.1.5';
const LAST_MODIFIED = '2023-08-14';
const VERSION = '2.1.6';
const LAST_MODIFIED = '2024-09-22';
const MIN_PHP_VERSION = '5.6';
const GET = 'GET';
const HEAD = 'HEAD';
Expand Down

0 comments on commit ad6b5af

Please sign in to comment.