From: Raphaƫl Gertz <git@rapsys.eu>
Date: Sat, 2 Nov 2024 03:25:17 +0000 (+0100)
Subject: Version 0.5.2
X-Git-Tag: 0.5.2
X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/commitdiff_plain/45a5c17fb68fb988c8a480015a4813ba1aec4982

Version 0.5.2
---

diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php
index 087ac87..67f8dfb 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.1';
+		return '0.5.2';
 	}
 }