From 399693f8abe63c3a13d403105bbed688a9274d3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 2 Nov 2024 05:03:41 +0100 Subject: [PATCH] Version 0.0.6 --- RapsysTreeBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 6fe2787..fdf1744 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.5'; + return '0.0.6'; } } -- 2.41.1