Skip to content

Commit d80bc79

Browse files
committed
Release version 2.4.4
1 parent 34044c7 commit d80bc79

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CliTools Changelog
22
==================
33

4+
2.4.4 - 2017-05-14
5+
------------------
6+
- Fix regression in sync when mysql port is missing
7+
48
2.4.3 - 2017-05-14
59
------------------
610
- Fix mysql command not returning output (regression)

src/command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
error_reporting(E_ALL);
24-
define('CLITOOLS_COMMAND_VERSION', '2.4.3');
24+
define('CLITOOLS_COMMAND_VERSION', '2.4.4');
2525
define('CLITOOLS_ROOT_FS', __DIR__);
2626

2727
require __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)