From 8cdaf834d378d7700cf0c7e8b2b57a00025d8dd3 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 20 Dec 2018 20:14:26 -0800 Subject: [PATCH] Robo release 1.3.4 --- src/Robo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo.php b/src/Robo.php index 1fe4c7a35..ab4581798 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -20,7 +20,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '1.3.4-dev'; + const VERSION = '1.3.4'; /** * The currently active container object, or NULL if not initialized yet.