Merge pull request #297 from yvesh/bumpversion

Added bump version task to RoboFile.php
This commit is contained in:
zero-24 2017-02-13 17:00:54 +01:00 committed by GitHub
commit d4cdc056bb
1 changed files with 10 additions and 0 deletions

View File

@ -683,4 +683,14 @@ class RoboFile extends \Robo\Tasks
return $os;
}
/**
* Update Version __DEPLOY_VERSION__ in Weblinks. (Set the version up in the jorobo.ini)
*
* @return void
*/
public function bump()
{
(new \Joomla\Jorobo\Tasks\BumpVersion())->run();
}
}