From ee99e2645300be91f25faa21add492d8d4d38eef Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Mon, 14 Nov 2016 16:32:59 -0800 Subject: [PATCH] Version 1.0.3. --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 6cd4e9b96..c1de1a9b5 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -14,7 +14,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '1.0.2'; + const VERSION = '1.0.3'; /** * The currently active container object, or NULL if not initialized yet.