mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Added bump version task to RoboFile.php
This commit is contained in:
parent
572eebbfc4
commit
5f461d7a37
10
RoboFile.php
10
RoboFile.php
@ -683,4 +683,14 @@ class RoboFile extends \Robo\Tasks
|
|||||||
|
|
||||||
return $os;
|
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