Skip to content

Commit ad6b5af

Browse files
authored
Update ProjectInterface.php
1 parent a0e19d5 commit ad6b5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProjectInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919
interface ProjectInterface
2020
{
21-
const VERSION = '2.1.5';
22-
const LAST_MODIFIED = '2023-08-14';
21+
const VERSION = '2.1.6';
22+
const LAST_MODIFIED = '2024-09-22';
2323
const MIN_PHP_VERSION = '5.6';
2424
const GET = 'GET';
2525
const HEAD = 'HEAD';

0 commit comments

Comments
 (0)