From d416e90e72e2d06c58e1e9c8e6a34261aed0189a Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 18 Jun 2024 21:28:35 +0200 Subject: [PATCH] fix: replace 4.0.7 with 5.0.0 (#1163) --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 01e6896b..cd076531 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -26,7 +26,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - private const VERSION = '4.0.7-dev'; + private const VERSION = '5.0.0-dev'; /** * The currently active container object, or NULL if not initialized yet.