diff --git a/src/Interfaces/ProjectInterface.php b/src/Interfaces/ProjectInterface.php index 234a665..c3073b2 100644 --- a/src/Interfaces/ProjectInterface.php +++ b/src/Interfaces/ProjectInterface.php @@ -18,8 +18,8 @@ */ interface ProjectInterface { - const VERSION = '0.1.3.11'; - const LAST_MODIFIED = '2018-10-18'; + const VERSION = '0.1.3.12'; + const LAST_MODIFIED = '2018-11-07'; const MIN_PHP_VERSION = '5.3'; const GET = 'GET'; const HEAD = 'HEAD';