From ccdd086355a2dadd0f84a7af7696eefb555034a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 18 Oct 2024 06:36:14 +0200 Subject: [PATCH 1/1] Version 0.0.4 --- RapsysTreeBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 35ddccb..36e3e22 100644 --- a/RapsysTreeBundle.php +++ b/RapsysTreeBundle.php @@ -64,6 +64,6 @@ class RapsysTreeBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.0.1'; + return '0.0.4'; } } -- 2.41.1