From 6834cc7998c9c1fd94b2bea393220bf3b91a8e1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 14 Oct 2025 14:53:57 +0200 Subject: [PATCH] Version 0.5.8 --- RapsysUserBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index c42c5be..366068b 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.7'; + return '0.5.8'; } } -- 2.41.3