From: Raphaƫl Gertz Date: Mon, 13 Oct 2025 13:32:57 +0000 (+0200) Subject: Version 0.5.5 X-Git-Tag: 0.5.5 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/2c95ea7a0bd13da42f52bf5ab06ce4ab827cf80a?ds=sidebyside Version 0.5.5 --- diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 08360b0..95b184f 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.4'; + return '0.5.5'; } }