Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
713uk13m authored and 713uk13m committed Nov 7, 2018
1 parent b4abc8e commit 9ff405e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interfaces/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 9ff405e

Please sign in to comment.