From: Raphaƫl Gertz Date: Mon, 13 Oct 2025 13:35:42 +0000 (+0200) Subject: Version 0.5.6 X-Git-Tag: 0.5.6 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/101a39bf0e3f2c62bf568419b2bf52927f8eb0c4?ds=sidebyside Version 0.5.6 --- diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index b1db6f5..bf3726e 100644 --- a/RapsysUserBundle.php +++ b/RapsysUserBundle.php @@ -64,6 +64,6 @@ class RapsysUserBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.5'; + return '0.5.6'; } }