Skip to content

Commit

Permalink
RC2
Browse files Browse the repository at this point in the history
* Reoganizes utils
* Disable banner for user commands
* Open browser on "serve" command
* Code cleaning
  • Loading branch information
ArnaudLigny authored Jul 20, 2016
1 parent 541f3a8 commit bc908dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpoole
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set('UTC');

$name = 'PHPoole';
$version = '2.0.0-rc.1';
$version = '2.0.0-rc.2';
$phpVersion = '5.6.0';

use PHPoole\Command\SelfUpdate;
Expand Down

0 comments on commit bc908dd

Please sign in to comment.