Skip to content

Commit

Permalink
rc1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Aug 4, 2016
1 parent 1a254e2 commit 4ba9712
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Input\StringInput;
use Symfony\Component\Console\Output\ConsoleOutput;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Consolidation\AnnotatedCommand\AnnotatedCommandFactory;
use Consolidation\AnnotatedCommand\PassThroughArgsInput;
use Consolidation\AnnotatedCommand\Hooks\HookManager;

class Runner
{
use IO;

const VERSION = '1.0.0-rc';
const VERSION = '1.0.0-RC1';
const ROBOCLASS = 'RoboFile';
const ROBOFILE = 'RoboFile.php';

Expand Down

0 comments on commit 4ba9712

Please sign in to comment.