We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92950d commit a0de6c8Copy full SHA for a0de6c8
src/Application.php
@@ -25,7 +25,7 @@ class Application extends ParentApplication
25
*/
26
public function __construct()
27
{
28
- parent::__construct('Platform.sh CLI', '2.3.0');
+ parent::__construct('Platform.sh CLI', '2.3.1');
29
30
$this->setDefaultTimezone();
31
0 commit comments