Skip to content

Commit

Permalink
Robo release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 23, 2017
1 parent ab7e72a commit 21370cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tasks/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ $this->taskCodecept()
* `coverageHtml($html = null)` collect code coverage and generate html report. You may pass
* `debug()` * `return` $this
* `noRebuild()` * `return` $this
* `failGroup($failGroup)` * `param string` $failGroup
* `dir($dir)` Changes working directory of command
* `arg($arg)` Pass argument to executable. Its value will be automatically escaped.
* `args($args)` Pass methods parameters as arguments to executable. Argument values
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
const VERSION = '1.1.3-dev';
const VERSION = '1.1.3';

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

0 comments on commit 21370cc

Please sign in to comment.