From: Raphaƫl Gertz <git@rapsys.eu>
Date: Thu, 14 Nov 2024 06:35:10 +0000 (+0100)
Subject: Version 0.5.5
X-Git-Tag: 0.5.5
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/refs/heads/master

Version 0.5.5
---

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';
 	}
 }