From 1a7c652371615fd72ff05380ffe6ce263eb31eb3 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Tue, 8 Sep 2020 09:23:18 -0700 Subject: [PATCH] Robo release 2.2.1 --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 9c121ddae..9e34ccb35 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -21,7 +21,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '2.2.1-dev'; + const VERSION = '2.2.1'; /** * The currently active container object, or NULL if not initialized yet.