From: Raphaƫl Gertz Date: Tue, 14 Oct 2025 10:45:08 +0000 (+0200) Subject: Version 0.5.6 X-Git-Tag: 0.5.6 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/2ce77ffd80a19c8741667f2a5a19d84d437b7114 Version 0.5.6 --- diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 95b184f..96ddb52 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.5'; + return '0.5.6'; } }