diff --git a/src/ProjectInterface.php b/src/ProjectInterface.php index d2baa9b..f2fe2d9 100644 --- a/src/ProjectInterface.php +++ b/src/ProjectInterface.php @@ -18,8 +18,8 @@ */ interface ProjectInterface { - const VERSION = '3.1.2'; - const LAST_MODIFIED = '2024-04-02'; + const VERSION = '3.1.3'; + const LAST_MODIFIED = '2024-09-22'; const MIN_PHP_VERSION = '7.0'; const GET = 'GET'; const HEAD = 'HEAD';