X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/4c448c2ede1a18b6ffcd7e147f05d4f1c7b5857f..64b64c20e1bab3722d13e9c5e36e1129aa4ad390:/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'; + } }