From: Raphaƫl Gertz Date: Tue, 26 Mar 2024 18:03:35 +0000 (+0100) Subject: Version 0.5.0 X-Git-Tag: 0.5.0~2 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/068e3ad94a51810a9d5ebdff3b2a60a746663d45 Version 0.5.0 --- diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 49dfdaf..40e0563 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.4.0'; + return '0.5.0'; } }