diff --git a/src/Interfaces/ProjectInterface.php b/src/Interfaces/ProjectInterface.php index ab76571..a2d7e1d 100644 --- a/src/Interfaces/ProjectInterface.php +++ b/src/Interfaces/ProjectInterface.php @@ -18,8 +18,8 @@ */ interface ProjectInterface { - const VERSION = '0.1.3.14'; - const LAST_MODIFIED = '2018-11-28'; + const VERSION = '0.1.3.15'; + const LAST_MODIFIED = '2018-12-13'; const MIN_PHP_VERSION = '5.3'; const GET = 'GET'; const HEAD = 'HEAD';