From 919c90418e89e9292cadd6d97c6e3ba6eb9b2d39 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sun, 30 Apr 2023 13:58:03 -0700 Subject: [PATCH] Prepare for 4.0.5-dev --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index e172fb52..9db38156 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -26,7 +26,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - private const VERSION = '4.0.4'; + private const VERSION = '4.0.5-dev'; /** * The currently active container object, or NULL if not initialized yet.