From: Raphaƫl Gertz Date: Sun, 3 Nov 2024 01:30:41 +0000 (+0100) Subject: Version 0.5.4 X-Git-Tag: 0.5.4 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/147361137a871795a8b0293d1c1e7927f9ba3567?ds=sidebyside;hp=23944f72bf54cef447e2034434e1c5df303f3083 Version 0.5.4 --- diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 3f899af..9053b79 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.3'; + return '0.5.4'; } }