Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 4, 2017
1 parent 8227b5c commit bdea971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.0.5';
const VERSION_ID = 30005;
const VERSION = '3.0.6';
const VERSION_ID = 30006;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 5;
const RELEASE_VERSION = 6;
const EXTRA_VERSION = '';
}

0 comments on commit bdea971

Please sign in to comment.