From 9d2af5307c38c2d8955c8fd840d0fa170363a5da Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Mon, 21 Feb 2022 09:20:32 -0800 Subject: [PATCH] Prepare for 3.0.11-dev --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index ae8f8e71..1829803e 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -22,7 +22,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '3.0.10'; + const VERSION = '3.0.11-dev'; /** * The currently active container object, or NULL if not initialized yet.