Skip to content

Commit

Permalink
Fix reference to Robo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Aug 29, 2016
1 parent 6abce2b commit f15ec90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function release($opts = ['beta' => false])
$this->publish();

$this->taskGitStack()
->tag(\Robo\Runner::VERSION)
->tag(\Robo\Robo::VERSION)
->push('origin master --tags')
->run();

Expand Down

0 comments on commit f15ec90

Please sign in to comment.