From 5ec7117fb4c06ccddc35f5de89dbbec77e3565ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 14 Nov 2024 09:04:31 +0100 Subject: [PATCH] Version 0.0.8 --- RapsysTreeBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 348682f..231c417 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.7'; + return '0.0.8'; } } -- 2.41.1