From: Raphaƫl Gertz Date: Thu, 31 Oct 2024 06:07:54 +0000 (+0100) Subject: Version 0.5.1 X-Git-Tag: 0.5.1~1 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/b11aea33a5aeea7043df362128b76e201f134675?ds=sidebyside Version 0.5.1 --- diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index db72037..087ac87 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.0'; + return '0.5.1'; } }