From: Raphaƫl Gertz Date: Wed, 6 Nov 2024 06:23:33 +0000 (+0100) Subject: Version 0.5.3 X-Git-Tag: 0.5.3 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/4cbd6aeb6b995561ff19c41f000d29c177ef4a58?hp=fedbe97d37d0056de407abcc44ee180f84e1ca7c Version 0.5.3 --- diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 8de9fa3..285c7bb 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -103,6 +103,6 @@ class RapsysPackBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.2'; + return '0.5.3'; } }