We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df6c51 commit f1a624fCopy full SHA for f1a624f
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CliTools Changelog
2
==================
3
4
+2.4.2 - 2017-05-14
5
+------------------
6
+- Remove mysql warnings (mysql ping)
7
+
8
2.4.1 - 2017-05-14
9
------------------
10
- Fix sync problems after deletion of database
src/command.php
@@ -21,7 +21,7 @@
21
*/
22
23
error_reporting(E_ALL);
24
-define('CLITOOLS_COMMAND_VERSION', '2.4.1');
+define('CLITOOLS_COMMAND_VERSION', '2.4.2');
25
define('CLITOOLS_ROOT_FS', __DIR__);
26
27
require __DIR__ . '/vendor/autoload.php';
0 commit comments