From 6f7e146adf0b27eb0e5cf32753fd96e966c5cda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4rtl?= Date: Mon, 29 Jun 2015 19:34:00 +0200 Subject: [PATCH] Prepare 1.0.6 --- CHANGELOG.md | 2 +- src/Command.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2beb0d2..199243e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.0.6 - * WIP + * Undid `proc_open()` changes as it broke error capturing ## 1.0.5 diff --git a/src/Command.php b/src/Command.php index 1b0558a..d30b3f7 100644 --- a/src/Command.php +++ b/src/Command.php @@ -7,7 +7,7 @@ * This class represents a shell command. * * @author Michael Härtl - * @version 1.0.6-dev + * @version 1.0.6 * @license http://www.opensource.org/licenses/MIT */ class Command