From 45a5c17fb68fb988c8a480015a4813ba1aec4982 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 2 Nov 2024 04:25:17 +0100 Subject: [PATCH] Version 0.5.2 --- RapsysUserBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } } -- 2.41.1