From 7661a6732bd1e2a1cd5213b678a611eaade37efc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 14 Nov 2024 07:35:10 +0100 Subject: [PATCH] Version 0.5.5 --- RapsysUserBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 9053b79..b1db6f5 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.4'; + return '0.5.5'; } } -- 2.41.1