From: Raphaƫl Gertz Date: Tue, 14 Oct 2025 10:46:58 +0000 (+0200) Subject: Version 0.5.7 X-Git-Tag: 0.5.7 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/538569cd00a04fb33b1ad1fa00a5ca0d6c4a62b4 Version 0.5.7 --- diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 38b101e..c42c5be 100644 --- a/RapsysUserBundle.php +++ b/RapsysUserBundle.php @@ -62,6 +62,6 @@ class RapsysUserBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.6'; + return '0.5.7'; } }