Skip to content

Commit

Permalink
Release version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed May 15, 2017
1 parent 34044c7 commit d80bc79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d80bc79

Please sign in to comment.