Skip to content

Commit

Permalink
Update ProjectInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Sep 21, 2024
1 parent dcc12a8 commit d6d6400
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 = '4.0.1';
const LAST_MODIFIED = '2024-04-02';
const VERSION = '4.0.2';
const LAST_MODIFIED = '2024-09-22';
const MIN_PHP_VERSION = '8.0';
const GET = 'GET';
const HEAD = 'HEAD';
Expand Down

0 comments on commit d6d6400

Please sign in to comment.