From 36fe43c6be39dd2299d9a3e551f45c5ac15013ec Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 29 Jun 2017 08:42:54 -0700 Subject: [PATCH] Robo release 1.1.0 --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 369384c3c..1fd5c3ccb 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -18,7 +18,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '1.1.0-dev'; + const VERSION = '1.1.0'; /** * The currently active container object, or NULL if not initialized yet.