From 1375d647224ccce06a6236ab6d2a0fae12240108 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Tue, 6 Dec 2022 16:44:22 -0800 Subject: [PATCH] Prepare for 4.0.3-dev --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index c3541011..8ed79aa0 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -22,7 +22,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - private const VERSION = '4.0.2'; + private const VERSION = '4.0.3-dev'; /** * The currently active container object, or NULL if not initialized yet.