From ff1f1e4ec33028a4a9d6f4c573acd4a7eb7a9581 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sun, 21 Feb 2021 11:16:04 -0800 Subject: [PATCH] Robo release 3.0.2 --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 33cf1269..da24c1e7 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -21,7 +21,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '3.0.2-dev'; + const VERSION = '3.0.2'; /** * The currently active container object, or NULL if not initialized yet.