From be0e74ce3eedc90570963b6b813cda51c9e899d8 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 27 May 2020 15:03:42 -0700 Subject: [PATCH] Revert "Prepare for 2.1.0" This reverts commit a0215b79907d57e2dac3458b9ef977fdcf48df9a. --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 1d7f21d32..e66b034d5 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -21,7 +21,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '2.1.0'; + const VERSION = '2.1.0-dev'; /** * The currently active container object, or NULL if not initialized yet.