From a0de6c83ff8501c2f94a15af22adebd57462a764 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Sat, 11 Jul 2015 13:40:36 +0100 Subject: [PATCH] Release v2.3.1 --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 823387fe9..0cfc3745b 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.3.0'); + parent::__construct('Platform.sh CLI', '2.3.1'); $this->setDefaultTimezone();