diff --git a/bin/phpoole b/bin/phpoole index 7578c4c1a..0c6492da3 100755 --- a/bin/phpoole +++ b/bin/phpoole @@ -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;