Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Feb 9, 2017
1 parent e0ceedf commit 0aed023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*/
class Version
{
const VERSION = '0.3.17';
const ID = 3017;
const VERSION = '0.3.18';
const ID = 3018;
const MAJOR = 0;
const MINOR = 3;
const PATCH = 17;
const PATCH = 18;
const EXTRA = '';
}

0 comments on commit 0aed023

Please sign in to comment.