From a92cf06dba00e090bd8405d98b88d47184a2a13b Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 22 Jun 2015 11:09:51 +0100 Subject: [PATCH] Release v2.1.0 --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 2e41cb4e3..04563f565 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends ParentApplication */ public function __construct() { - parent::__construct('Platform.sh CLI', '2.0.7'); + parent::__construct('Platform.sh CLI', '2.1.0'); $this->setDefaultTimezone();