mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 16:01:40 +00:00
Merge pull request #297 from yvesh/bumpversion
Added bump version task to RoboFile.php
This commit is contained in:
commit
d4cdc056bb
10
RoboFile.php
10
RoboFile.php
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user