Skip to content

Commit

Permalink
Robo release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Feb 28, 2018
1 parent e0e33b8 commit 9ef2724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tasks/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $this->taskGenDoc('models.md')
})->run();
```

By default this task generates a documentation for each public method of a class.
By default this task generates a documentation for each public method of a class, interface or trait.
It combines method signature with a docblock. Both can be post-processed.

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

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

0 comments on commit 9ef2724

Please sign in to comment.