From d80bc79c9b5758117a8000ecf25561c157989d22 Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Mon, 15 May 2017 19:24:28 +0200 Subject: [PATCH] Release version 2.4.4 --- CHANGELOG.md | 4 ++++ src/command.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa919a..5aa7e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CliTools Changelog ================== +2.4.4 - 2017-05-14 +------------------ +- Fix regression in sync when mysql port is missing + 2.4.3 - 2017-05-14 ------------------ - Fix mysql command not returning output (regression) diff --git a/src/command.php b/src/command.php index dba397f..be5b086 100644 --- a/src/command.php +++ b/src/command.php @@ -21,7 +21,7 @@ */ error_reporting(E_ALL); -define('CLITOOLS_COMMAND_VERSION', '2.4.3'); +define('CLITOOLS_COMMAND_VERSION', '2.4.4'); define('CLITOOLS_ROOT_FS', __DIR__); require __DIR__ . '/vendor/autoload.php';