X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/017fca0b76b793ae2c5aa1778c31ecc2d6de14df..5656857ed6d279e7cedaebcfd3d0ab04e1520fe8:/RapsysPackBundle.php diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 7be0f82..e773042 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -46,4 +46,14 @@ class RapsysPackBundle extends Bundle { //Return underscored lowercase bundle alias return Container::underscore(substr(static::class, $npos, $bpos)); } + + /** + * Return bundle version + * + * @return string The bundle version + */ + public static function getVersion(): string { + //Return version + return '0.2.5'; + } }