From 2c95ea7a0bd13da42f52bf5ab06ce4ab827cf80a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 13 Oct 2025 15:32:57 +0200 Subject: [PATCH] Version 0.5.5 --- RapsysPackBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 08360b0..95b184f 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.4'; + return '0.5.5'; } } -- 2.41.3