From a7d9ee652e40204e795e10c22cd4bfde73540bb6 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Sun, 6 Sep 2015 15:43:22 +0100 Subject: [PATCH] Release v2.4.5 --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 081ffb06b9..833a5d3943 100644 --- a/src/Application.php +++ b/src/Application.php @@ -26,7 +26,7 @@ class Application extends ParentApplication */ public function __construct() { - parent::__construct('Platform.sh CLI', '2.4.4'); + parent::__construct('Platform.sh CLI', '2.4.5'); $this->setDefaultTimezone();