Skip to content

Commit

Permalink
Robo release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jul 7, 2017
1 parent f8c3048 commit b83f558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tasks/Base.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $this->taskParallelExec()
```

* `process($command)` * `param string|\Robo\Contract\CommandInterface` $command
* `waitInterval($waitInterval)` Parallel processing will wait `$waitInterval` seconds after launching each process and before

## SymfonyCommand

Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
const VERSION = '1.1.1-dev';
const VERSION = '1.1.1';

/**
* The currently active container object, or NULL if not initialized yet.
Expand Down

0 comments on commit b83f558

Please sign in to comment.