From: Raphaƫl Gertz Date: Sun, 8 Dec 2024 06:59:37 +0000 (+0100) Subject: Version 0.5.4 X-Git-Tag: 0.5.4~2 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/c839063e9ccd231abe2b7e3e314285959f7dee2a Version 0.5.4 --- diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index c9a6d48..08360b0 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.3'; + return '0.5.4'; } }